Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Nov 21, 2024
1 parent 4134e77 commit af15021
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/bootstrap/mk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,12 @@ ci-msvc: ci-msvc-py ci-msvc-ps1

# Set of tests that should represent half of the time of the test suite.
# Used to split tests across multiple CI runners.
TESTS_IN_MINGW_X := tests\/

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

.PHONY: dist

0 comments on commit af15021

Please sign in to comment.