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