diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07e19466d..9905ef2c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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