Skip to content

Commit 836ea71

Browse files
committed
windows ci: run many-seeds test less often
1 parent 9395e1f commit 836ea71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/miri/ci/ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ case $HOST_TARGET in
162162
;;
163163
i686-pc-windows-msvc)
164164
# Host
165-
GC_STRESS=1 MIR_OPT=1 MANY_SEEDS=64 TEST_BENCH=1 run_tests
165+
# 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
166167
# Extra tier 1
167168
# We really want to ensure a Linux target works on a Windows host,
168169
# and a 64bit target works on a 32bit host.

0 commit comments

Comments
 (0)