Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 19b70e7

Browse files
committed
try fixing test split
1 parent b35267b commit 19b70e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
112112
# Used to split tests across multiple CI runners.
113113
TESTS_IN_MINGW_2 := \
114114
tests/ui \
115-
src/tools/rust-analyzer \
116-
src/tools/cargo
115+
rust-analyzer \
116+
cargo
117117

118118
# test both x and bootstrap entrypoints
119119
ci-mingw-x:
120-
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_2:%=--exclude %)
120+
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_2)
121121
ci-mingw-bootstrap:
122-
$(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_2)
122+
$(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_2:%=--skip %)
123123
ci-mingw: ci-mingw-x ci-mingw-bootstrap
124124

125125
.PHONY: dist

0 commit comments

Comments
 (0)