We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c230b commit ae9b092Copy full SHA for ae9b092
CONTRIBUTING.md
@@ -70,7 +70,7 @@ follow the conventions of [Keep A CHANGELOG][kacl].
70
71
## Testing
72
73
-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
74
requests to include tests where they make sense. For example, when fixing a bug,
75
add a test that would have failed without the fix.
76
0 commit comments