diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 24a1bdeb5..308daba98 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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