cargo-*: update page (#11327)

This commit is contained in:
Lena
2023-10-29 09:54:53 +01:00
committed by GitHub
parent 28a74a924c
commit 158b891e0f
14 changed files with 56 additions and 150 deletions

View File

@@ -9,11 +9,7 @@
- Set the number of simultaneous running test cases:
`cargo test -- --test-threads={{count}}`
- Require that `Cargo.lock` is up to date:
`cargo test --locked`
`cargo test -- --test-threads {{count}}`
- Test artifacts in release mode, with optimizations:
@@ -23,7 +19,7 @@
`cargo test --workspace`
- Run tests for a package:
- Run tests for a specific package:
`cargo test --package {{package}}`