document how to run dataframe tests as well (#9188)

We currently were not documenting how to run the dataframe tests also...

- Run all tests:

  ```shell
  cargo test --workspace
  ```

  along with dataframe tests

  ```shell
  cargo test --workspace --features=dataframe
  ```
This commit is contained in:
Michael Angerman 2023-05-13 09:18:37 -07:00 committed by GitHub
parent 8d8304cf91
commit b4a1f0f003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,12 @@ The most comprehensive test suite we have is the `nu-test-support` crate. For te
```shell
cargo test --workspace
```
along with dataframe tests
```shell
cargo test --workspace --features=dataframe
```
or via the `toolkit.nu` command:
```shell
use toolkit.nu test