mirror of
https://github.com/uutils/procps.git
synced 2026-06-10 16:14:00 -07:00
Merge pull request #241 from cakebaker/ci_use_test_all
ci: use `--all` when running `cargo test`
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo test
|
||||
- run: cargo test --all
|
||||
|
||||
fmt:
|
||||
name: cargo fmt --all -- --check
|
||||
|
||||
Reference in New Issue
Block a user