We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e497da0 commit ad2db21Copy full SHA for ad2db21
src/bootstrap/mk/Makefile.in
@@ -111,8 +111,8 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
111
# Set of tests that should represent half of the time of the test suite.
112
# Used to split tests across multiple CI runners.
113
TESTS_IN_MINGW_2 := \
114
- tests/ui
115
- src/tools/rust-analyzer
+ tests/ui \
+ src/tools/rust-analyzer \
116
src/tools/cargo
117
118
# test both x and bootstrap entrypoints
0 commit comments