mirror of
https://github.com/nushell/nushell.git
synced 2024-11-21 16:03:19 +01:00
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:
parent
8d8304cf91
commit
b4a1f0f003
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user