1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

DEVELOPMENT.md: improve doc on how to run some tests

This commit is contained in:
Sylvestre Ledru 2023-10-12 17:20:00 +02:00
parent f76b53d969
commit 2bd5e26317

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