We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9395e1f commit 836ea71Copy full SHA for 836ea71
src/tools/miri/ci/ci.sh
@@ -162,7 +162,8 @@ case $HOST_TARGET in
162
;;
163
i686-pc-windows-msvc)
164
# Host
165
- GC_STRESS=1 MIR_OPT=1 MANY_SEEDS=64 TEST_BENCH=1 run_tests
+ # Only smoke-test `many-seeds`; 64 runs take 15min here!
166
+ GC_STRESS=1 MIR_OPT=1 MANY_SEEDS=1 TEST_BENCH=1 run_tests
167
# Extra tier 1
168
# We really want to ensure a Linux target works on a Windows host,
169
# and a 64bit target works on a 32bit host.
0 commit comments