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 0bb0534 commit 8f15f57Copy full SHA for 8f15f57
.github/workflows/ci-fortuna.yml
@@ -24,5 +24,5 @@ jobs:
24
run: cargo clippy -p fortuna --all-targets -- --deny warnings
25
if: success() || failure()
26
- name: Run tests
27
- run: cargo test -p fortuna
+ run: cargo test -p fortuna -- --test-threads=1
28
0 commit comments