Skip to content

Commit

Permalink
Revert "Updated CONTRIBUTING.md with correct test command (#2150)"
Browse files Browse the repository at this point in the history
This reverts commit ae9b092.
  • Loading branch information
pacak committed Sep 27, 2024
1 parent de8a9c1 commit 9466e22
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 @@ -91,7 +91,7 @@ And having multiple change logs for one PR is allowed.

## Testing

nix has a test suite that you can run with `cargo test --all-features`. Ideally, we'd like pull
nix has a test suite that you can run with `cargo test`. 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 9466e22

Please sign in to comment.