Skip to content

Commit 1ef41d5

Browse files
committed
Force single test thread in CI
1 parent c3f4865 commit 1ef41d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: cargo clippy --workspace -- -D warnings
3737

3838
- name: Run cargo test
39-
run: cargo test --workspace --all-targets
39+
run: cargo test --workspace --all-targets -- --test-threads=1

0 commit comments

Comments
 (0)