Updated CONTRIBUTING.md with correct test command (#2150)

* Updated CONTRIBUTING.md with correct test command

Signed-off-by: carlosb1 <mcflurry0@gmail.com>

* Changed test command

---------

Signed-off-by: carlosb1 <mcflurry0@gmail.com>
This commit is contained in:
Carlos B 2023-10-04 12:00:18 +02:00 committed by GitHub
parent 68c230b37e
commit ae9b092843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ follow the conventions of [Keep A CHANGELOG][kacl].
## Testing
nix has a test suite that you can run with `cargo test`. Ideally, we'd like pull
nix has a test suite that you can run with `cargo test --all-features`. Ideally, we'd like pull
requests to include tests where they make sense. For example, when fixing a bug,
add a test that would have failed without the fix.