File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -142,12 +142,10 @@ case $HOST_TARGET in
142
142
# Host
143
143
GC_STRESS=1 MIR_OPT=1 MANY_SEEDS=64 TEST_BENCH=1 CARGO_MIRI_ENV=1 run_tests
144
144
# Extra tier 1
145
- # With reduced many-seed count to avoid spending too much time on that.
146
- # (All OSes and ABIs are run with 64 seeds at least once though via the macOS runner.)
147
- MANY_SEEDS=16 TEST_TARGET=i686-unknown-linux-gnu run_tests
148
- MANY_SEEDS=16 TEST_TARGET=aarch64-unknown-linux-gnu run_tests
149
- MANY_SEEDS=16 TEST_TARGET=x86_64-apple-darwin run_tests
150
- MANY_SEEDS=16 TEST_TARGET=x86_64-pc-windows-gnu run_tests
145
+ MANY_SEEDS=64 TEST_TARGET=i686-unknown-linux-gnu run_tests
146
+ MANY_SEEDS=64 TEST_TARGET=aarch64-unknown-linux-gnu run_tests
147
+ MANY_SEEDS=64 TEST_TARGET=x86_64-apple-darwin run_tests
148
+ MANY_SEEDS=64 TEST_TARGET=x86_64-pc-windows-gnu run_tests
151
149
;;
152
150
aarch64-apple-darwin)
153
151
# Host
You can’t perform that action at this time.
0 commit comments