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 b35267b commit 19b70e7Copy full SHA for 19b70e7
src/bootstrap/mk/Makefile.in
@@ -112,14 +112,14 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
112
# Used to split tests across multiple CI runners.
113
TESTS_IN_MINGW_2 := \
114
tests/ui \
115
- src/tools/rust-analyzer \
116
- src/tools/cargo
+ rust-analyzer \
+ cargo
117
118
# test both x and bootstrap entrypoints
119
ci-mingw-x:
120
- $(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_2:%=--exclude %)
+ $(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_2)
121
ci-mingw-bootstrap:
122
- $(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_2)
+ $(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_2:%=--skip %)
123
ci-mingw: ci-mingw-x ci-mingw-bootstrap
124
125
.PHONY: dist
0 commit comments