Skip to content

Commit

Permalink
try fixing test split
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Nov 19, 2024
1 parent b35267b commit 19b70e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/bootstrap/mk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
# Used to split tests across multiple CI runners.
TESTS_IN_MINGW_2 := \
tests/ui \
src/tools/rust-analyzer \
src/tools/cargo
rust-analyzer \
cargo

# test both x and bootstrap entrypoints
ci-mingw-x:
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_2:%=--exclude %)
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_2)
ci-mingw-bootstrap:
$(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_2)
$(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_2:%=--skip %)
ci-mingw: ci-mingw-x ci-mingw-bootstrap

.PHONY: dist

0 comments on commit 19b70e7

Please sign in to comment.