Skip to content

Commit 8f15f57

Browse files
committed
ci86
1 parent 0bb0534 commit 8f15f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-fortuna.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
run: cargo clippy -p fortuna --all-targets -- --deny warnings
2525
if: success() || failure()
2626
- name: Run tests
27-
run: cargo test -p fortuna
27+
run: cargo test -p fortuna -- --test-threads=1
2828
if: success() || failure()

0 commit comments

Comments
 (0)