Skip to content

Commit

Permalink
Update README-devel to suggest testing the entire workspace
Browse files Browse the repository at this point in the history
The suggestion of running `cargo test` to test "everything" isn't really
accurate anymore, because of the split into multiple crates a while
back.
Let's suggest the usage of `cargo test --workspace` instead, making it
obvious that there is more than just the core library.

Signed-off-by: Daniel Müller <deso@posteo.net>
  • Loading branch information
d-e-s-o committed Mar 5, 2024
1 parent 614e5f2 commit b4fe554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-devel.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ cargo check --package blazesym-c --features=generate-c-header
## Testing
All our testing is `cargo` based and a simple
```sh
$ cargo test
$ cargo test --workspace
```
runs the vast majority of tests. Tests require `sudo` to be set up properly, as
some of the functionality we rely on is privileged. Test artifacts are
Expand Down

0 comments on commit b4fe554

Please sign in to comment.