mirror of
https://github.com/jiangcuo/nix.git
synced 2026-01-14 03:44:56 +00:00
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:
parent
68c230b37e
commit
ae9b092843
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user