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

Commit e882301

Browse files
committed
select all tests under the tests/ dir
1 parent 904164b commit e882301

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,7 @@ 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
113+
TESTS_IN_MINGW_X := tests/*
120114

121115
# test both x and bootstrap entrypoints
122116
ci-mingw-x:

0 commit comments

Comments
 (0)