docs: correct the cargo test command in the contribution guide (#2182)

Co-authored-by: sxyazi <sxyazi@gmail.com>
This commit is contained in:
Valter Santos 2025-01-09 20:52:13 +13:00 committed by GitHub
parent ba62b407bd
commit 6bc4a0295d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -30,4 +30,4 @@ jobs:
run: cargo build --verbose
- name: Test
run: cargo test --all --verbose
run: cargo test --workspace --verbose

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):