Skip to content

Commit 334c14d

Browse files
committed
Test x.ps1 in msvc CI job
1 parent f9097f8 commit 334c14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/mk/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ prepare:
6161

6262
# this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
6363
ci-msvc:
64-
$(Q)$(CFG_SRC_DIR)/x.py test --stage 2
64+
$(Q)$(CFG_SRC_DIR)/x.py test --stage 2 tidy && $(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 --exclude tidy
6565

6666
## MingW native builders
6767

0 commit comments

Comments
 (0)