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 c3f4865 commit 1ef41d5Copy full SHA for 1ef41d5
.github/workflows/test.yml
@@ -36,4 +36,4 @@ jobs:
36
run: cargo clippy --workspace -- -D warnings
37
38
- name: Run cargo test
39
- run: cargo test --workspace --all-targets
+ run: cargo test --workspace --all-targets -- --test-threads=1
0 commit comments