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

Commit ad2db21

Browse files
committed
fix makefile
1 parent e497da0 commit ad2db21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
111111
# Set of tests that should represent half of the time of the test suite.
112112
# Used to split tests across multiple CI runners.
113113
TESTS_IN_MINGW_2 := \
114-
tests/ui
115-
src/tools/rust-analyzer
114+
tests/ui \
115+
src/tools/rust-analyzer \
116116
src/tools/cargo
117117

118118
# test both x and bootstrap entrypoints

0 commit comments

Comments
 (0)