docs: update the command to execute tests in CONTRIBUTING.md

This commit is contained in:
Valter Santos 2025-01-09 18:09:43 +13:00
parent ba62b407bd
commit 13508184fc

View file

@ -79,7 +79,7 @@ A brief overview of the project's structure:
3. Run the tests:
```sh
cargo test
cargo test --workspace
```
4. Format the code (requires `rustfmt` nightly):