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 f9bd412 commit 5eec82cCopy full SHA for 5eec82c
1 file changed
.github/workflows/ci.yml
@@ -155,8 +155,9 @@ jobs:
155
#Note: Unreal tests will be run separately
156
run: cargo test --all -- --skip unreal
157
158
+ # The fallocate tests have been flakely when running in parallel
159
- name: Run fallocate tests
- run: cargo test -p spacetimedb-durability --features fallocate
160
+ 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