Skip to content

Commit ba036a9

Browse files
committed
balance tests
1 parent 0a69523 commit ba036a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/mk/Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
113113

114114
# test both x and bootstrap entrypoints
115115
ci-mingw-x:
116-
$(Q)$(CFG_SRC_DIR)/x test --stage 2 --skip=compiler --skip=library --skip=tidyselftest --skip=coverage-map --skip=coverage-run
116+
$(Q)$(CFG_SRC_DIR)/x test --stage 2 --skip=compiler --skip=library --skip=tidyselftest --skip=coverage-map --skip=coverage-run --skip=src
117117
ci-mingw-bootstrap:
118-
$(Q)$(BOOTSTRAP) test --stage 2 --skip=tests --skip=src
118+
$(Q)$(BOOTSTRAP) test --stage 2 --skip=tests
119119
ci-mingw: ci-mingw-x ci-mingw-bootstrap
120120

121121
.PHONY: dist

0 commit comments

Comments
 (0)