Skip to content

Commit

Permalink
docs: correct the cargo test command in the contribution guide (#2182)
Browse files Browse the repository at this point in the history
Co-authored-by: sxyazi <[email protected]>
  • Loading branch information
MrAsler and sxyazi authored Jan 9, 2025
1 parent ba62b40 commit 6bc4a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: cargo build --verbose

- name: Test
run: cargo test --all --verbose
run: cargo test --workspace --verbose
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6bc4a02

Please sign in to comment.