mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
docs: correct the cargo test command in the contribution guide (#2182)
Co-authored-by: sxyazi <sxyazi@gmail.com>
This commit is contained in:
parent
ba62b407bd
commit
6bc4a0295d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -30,4 +30,4 @@ jobs:
|
|||
run: cargo build --verbose
|
||||
|
||||
- name: Test
|
||||
run: cargo test --all --verbose
|
||||
run: cargo test --workspace --verbose
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue