mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00: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
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue