Skip to content

Commit 2596c63

Browse files
committed
fix: reduce ci test linker pressure
1 parent 71080be commit 2596c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: dtolnay/rust-toolchain@stable
2929
- uses: Swatinem/rust-cache@v2
30-
- run: cargo test --workspace
30+
- run: cargo test --workspace --jobs 1
3131

3232
fmt:
3333
name: Rustfmt

0 commit comments

Comments
 (0)