File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff 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
122115ci-mingw-x :
123- $(Q )$(CFG_SRC_DIR ) /x test --stage 2 $( TESTS_IN_MINGW_X )
116+ $(Q )$(BOOTSTRAP ) test --stage 2 tests/
124117ci-mingw-bootstrap :
125- $(Q )$(BOOTSTRAP ) test --stage 2 $( TESTS_IN_MINGW_X:%= --skip % )
118+ $(Q )$(BOOTSTRAP ) test --stage 2 --skip tests/
126119ci-mingw : ci-mingw-x ci-mingw-bootstrap
127120
128121.PHONY : dist
You can’t perform that action at this time.
0 commit comments