We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e451be1 commit 60352ddCopy full SHA for 60352dd
.github/workflows/nightly-tests.yml
@@ -76,4 +76,4 @@ jobs:
76
- name: Build
77
run: cargo build --all --release --all-features
78
- name: Run tests
79
- run: cargo test --all --release --verbose --all-features -- --include-ignored --nocapture
+ run: cargo test --all --release --verbose --all-features -- --include-ignored --nocapture --test-threads=2
0 commit comments