Skip to content

Commit 5eec82c

Browse files
committed
Serial test
1 parent f9bd412 commit 5eec82c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ jobs:
155155
#Note: Unreal tests will be run separately
156156
run: cargo test --all -- --skip unreal
157157

158+
# The fallocate tests have been flakely when running in parallel
158159
- name: Run fallocate tests
159-
run: cargo test -p spacetimedb-durability --features fallocate
160+
run: cargo test -p spacetimedb-durability --features fallocate --test-threads=1
160161

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

0 commit comments

Comments
 (0)