Skip to content

Commit 0a084e3

Browse files
committed
remove x for testing
1 parent 037bdb1 commit 0a084e3

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,12 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
110110

111111
# Set of tests that should represent half of the time of the test suite.
112112
# Used to split tests across multiple CI runners.
113-
TESTS_IN_MINGW_X := \
114-
tests/ui \
115-
tests/rustdoc \
116-
tests/run-make \
117-
tests/rustdoc-ui \
118-
tests/ui-fulldeps \
119-
tests/rustdoc-json
120113

121114
# test both x and bootstrap entrypoints
122115
ci-mingw-x:
123-
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_X)
116+
$(Q)$(BOOTSTRAP) test --stage 2 tests/
124117
ci-mingw-bootstrap:
125-
$(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_X:%=--skip %)
118+
$(Q)$(BOOTSTRAP) test --stage 2 --skip tests/
126119
ci-mingw: ci-mingw-x ci-mingw-bootstrap
127120

128121
.PHONY: dist

0 commit comments

Comments
 (0)