Skip to content

Commit

Permalink
Updated CONTRIBUTING.md with correct test command (#2150)
Browse files Browse the repository at this point in the history
* Updated CONTRIBUTING.md with correct test command

Signed-off-by: carlosb1 <[email protected]>

* Changed test command

---------

Signed-off-by: carlosb1 <[email protected]>
  • Loading branch information
carlosb1 authored Oct 4, 2023
1 parent 68c230b commit ae9b092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ae9b092

Please sign in to comment.