We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71080be commit 2596c63Copy full SHA for 2596c63
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v4
28
- uses: dtolnay/rust-toolchain@stable
29
- uses: Swatinem/rust-cache@v2
30
- - run: cargo test --workspace
+ - run: cargo test --workspace --jobs 1
31
32
fmt:
33
name: Rustfmt
0 commit comments