Skip to content

Commit d6ac573

Browse files
committed
Use --test-threads properly
1 parent 5eec82c commit d6ac573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
# The fallocate tests have been flakely when running in parallel
159159
- name: Run fallocate tests
160-
run: cargo test -p spacetimedb-durability --features fallocate --test-threads=1
160+
run: cargo test -p spacetimedb-durability --features fallocate -- --test-threads=1
161161

162162
- name: Check that the test outputs are up-to-date
163163
run: bash tools/check-diff.sh

0 commit comments

Comments
 (0)