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 5eec82c commit d6ac573Copy full SHA for d6ac573
1 file changed
.github/workflows/ci.yml
@@ -157,7 +157,7 @@ jobs:
157
158
# The fallocate tests have been flakely when running in parallel
159
- name: Run fallocate tests
160
- run: cargo test -p spacetimedb-durability --features fallocate --test-threads=1
+ run: cargo test -p spacetimedb-durability --features fallocate -- --test-threads=1
161
162
- name: Check that the test outputs are up-to-date
163
run: bash tools/check-diff.sh
0 commit comments