Skip to content

Commit cc2dfd8

Browse files
committed
disable parallelism?
1 parent 0f1d68f commit cc2dfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: CI job
121121
# To run the tests one item at a time for troubleshooting, use
122122
# cargo --quiet test --lib -- --list | sed 's/: test$//' | MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-disable-weak-memory-emulation" xargs -n1 cargo miri test -p bevy_ecs --lib -- --exact
123-
run: cargo miri nextest run -p bevy_ecs --features bevy_utils/debug --partition count:${{ matrix.partition }}/${{ strategy.job-total }}
123+
run: cargo miri nextest run -p bevy_ecs --features bevy_utils/debug --test-threads=1 --partition count:${{ matrix.partition }}/${{ strategy.job-total }}
124124
env:
125125
# -Zrandomize-layout makes sure we dont rely on the layout of anything that might change
126126
RUSTFLAGS: -Zrandomize-layout

0 commit comments

Comments
 (0)