Skip to content

Commit ae9b092

Browse files
authored
Updated CONTRIBUTING.md with correct test command (#2150)
* Updated CONTRIBUTING.md with correct test command Signed-off-by: carlosb1 <[email protected]> * Changed test command --------- Signed-off-by: carlosb1 <[email protected]>
1 parent 68c230b commit ae9b092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ follow the conventions of [Keep A CHANGELOG][kacl].
7070

7171
## Testing
7272

73-
nix has a test suite that you can run with `cargo test`. Ideally, we'd like pull
73+
nix has a test suite that you can run with `cargo test --all-features`. Ideally, we'd like pull
7474
requests to include tests where they make sense. For example, when fixing a bug,
7575
add a test that would have failed without the fix.
7676

0 commit comments

Comments
 (0)