File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
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
@@ -178,7 +176,7 @@ case $HOST_TARGET in
178
176
# Host
179
177
# Without GC_STRESS and with reduced many-seeds count as this is the slowest runner.
180
178
# (The macOS runner checks windows-msvc with full many-seeds count.)
181
- MIR_OPT=1 MANY_SEEDS=16 TEST_BENCH=1 run_tests
179
+ MIR_OPT=1 MANY_SEEDS=64 TEST_BENCH=1 run_tests
182
180
# Extra tier 1
183
181
# We really want to ensure a Linux target works on a Windows host,
184
182
# and a 64bit target works on a 32bit host.
You can’t perform that action at this time.
0 commit comments