Skip to content

Commit 2bde4e7

Browse files
committed
Move a few more tests into the appveyor-subset-2.
This should allow the timings be more balanced.
1 parent a257332 commit 2bde4e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/bootstrap/mk/Makefile.in

+6-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,12 @@ check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu:
8585
check-stage2-T-x86_64-unknown-linux-musl-H-x86_64-unknown-linux-gnu:
8686
$(Q)$(BOOTSTRAP) test --target x86_64-unknown-linux-musl
8787

88-
TESTS_IN_2 := src/test/run-pass src/test/compile-fail src/test/run-pass-fulldeps
88+
TESTS_IN_2 := \
89+
src/test/ui \
90+
src/test/run-pass \
91+
src/test/compile-fail \
92+
src/test/run-pass-fulldeps \
93+
src/tools/linkchecker
8994

9095
appveyor-subset-1:
9196
$(Q)$(BOOTSTRAP) test $(TESTS_IN_2:%=--exclude %)

0 commit comments

Comments
 (0)