We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4134e77 commit af15021Copy full SHA for af15021
src/bootstrap/mk/Makefile.in
@@ -110,13 +110,12 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
110
111
# Set of tests that should represent half of the time of the test suite.
112
# Used to split tests across multiple CI runners.
113
-TESTS_IN_MINGW_X := tests\/
114
115
# test both x and bootstrap entrypoints
116
ci-mingw-x:
117
- $(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_X)
+ $(Q)$(CFG_SRC_DIR)/x test --stage 2 tests/
118
ci-mingw-bootstrap:
119
- $(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_X:%=--skip %)
+ $(Q)$(BOOTSTRAP) test --stage 2 --skip tests/
120
ci-mingw: ci-mingw-x ci-mingw-bootstrap
121
122
.PHONY: dist
0 commit comments