We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5688e31 commit 30a9fdcCopy full SHA for 30a9fdc
src/bootstrap/mk/Makefile.in
@@ -112,9 +112,9 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
112
# Used to split tests across multiple CI runners.
113
# Test both x and bootstrap entrypoints.
114
ci-mingw-x:
115
- $(Q)$(CFG_SRC_DIR)/x test --stage 2 --skip=compiler --skip=library --skip=tidyselftest --skip=src
+ $(Q)$(CFG_SRC_DIR)/x test --stage 2 --skip=compiler --skip=src
116
ci-mingw-bootstrap:
117
- $(Q)$(BOOTSTRAP) test --stage 2 --skip=tests --skip=coverage-map --skip=coverage-run
+ $(Q)$(BOOTSTRAP) test --stage 2 --skip=tests --skip=coverage-map --skip=coverage-run --skip=library --skip=tidyselftest
118
ci-mingw: ci-mingw-x ci-mingw-bootstrap
119
120
.PHONY: dist
0 commit comments