Merge pull request #5393 from sylvestre/doc23

DEVELOPMENT.md: improve doc on how to run some tests
This commit is contained in:
Daniel Hofstetter
2023-10-13 07:14:20 +02:00
committed by GitHub
+2
View File
@@ -142,6 +142,8 @@ If you also want to test the core utilities:
```shell
cargo test -p uucore -p coreutils
# or
cargo test --all-features -p uucore
```
Running the complete test suite might take a while. We use [nextest](https://nexte.st/index.html) in