File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
110
110
111
111
# Set of tests that should represent half of the time of the test suite.
112
112
# Used to split tests across multiple CI runners.
113
- TESTS_IN_MINGW_2 := \
113
+ TESTS_IN_MINGW_X := \
114
114
tests/ui \
115
115
tests/rustdoc \
116
116
tests/run-make \
@@ -120,9 +120,9 @@ TESTS_IN_MINGW_2 := \
120
120
121
121
# test both x and bootstrap entrypoints
122
122
ci-mingw-x :
123
- $(Q )$(CFG_SRC_DIR ) /x test --stage 2 $(TESTS_IN_MINGW_2 )
123
+ $(Q )$(CFG_SRC_DIR ) /x test --stage 2 $(TESTS_IN_MINGW_X )
124
124
ci-mingw-bootstrap :
125
- $(Q )$(BOOTSTRAP ) test --stage 2 $(TESTS_IN_MINGW_2 :%=--skip % )
125
+ $(Q )$(BOOTSTRAP ) test --stage 2 $(TESTS_IN_MINGW_X :%=--skip % )
126
126
ci-mingw : ci-mingw-x ci-mingw-bootstrap
127
127
128
128
.PHONY : dist
You can’t perform that action at this time.
0 commit comments