Skip to content

Commit 30a9fdc

Browse files
committed
balance
1 parent 5688e31 commit 30a9fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/bootstrap/mk/Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
112112
# Used to split tests across multiple CI runners.
113113
# Test both x and bootstrap entrypoints.
114114
ci-mingw-x:
115-
$(Q)$(CFG_SRC_DIR)/x test --stage 2 --skip=compiler --skip=library --skip=tidyselftest --skip=src
115+
$(Q)$(CFG_SRC_DIR)/x test --stage 2 --skip=compiler --skip=src
116116
ci-mingw-bootstrap:
117-
$(Q)$(BOOTSTRAP) test --stage 2 --skip=tests --skip=coverage-map --skip=coverage-run
117+
$(Q)$(BOOTSTRAP) test --stage 2 --skip=tests --skip=coverage-map --skip=coverage-run --skip=library --skip=tidyselftest
118118
ci-mingw: ci-mingw-x ci-mingw-bootstrap
119119

120120
.PHONY: dist

0 commit comments

Comments
 (0)