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

Commit c2908fa

Browse files
committed
split using stage 2 tests only
1 parent 19b70e7 commit c2908fa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,11 @@ 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-
rust-analyzer \
116-
cargo
115+
tests/rustdoc \
116+
tests/run-make \
117+
tests/rustdoc-ui \
118+
tests/ui-fulldeps \
119+
tests/rustdoc-json
117120

118121
# test both x and bootstrap entrypoints
119122
ci-mingw-x:

0 commit comments

Comments
 (0)