Skip to content

Commit f8a4a14

Browse files
Rollup merge of rust-lang#112668 - Kobzol:ci-msvc-ps1, r=pietroalbini
Test `x.ps1` in `msvc` CI job Small adjustment to rust-lang#112633, to resolve [this comment](rust-lang#112633 (comment)). r? `@pietroalbini`
2 parents eb07f47 + 334c14d commit f8a4a14

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)