Skip to content

Commit e2b95ea

Browse files
committed
windows ci: run many-seeds test less often
1 parent 2a7d435 commit e2b95ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)