File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments