We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x.ps1
msvc
1 parent f9097f8 commit 334c14dCopy full SHA for 334c14d
src/bootstrap/mk/Makefile.in
@@ -61,7 +61,7 @@ prepare:
61
62
# this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
63
ci-msvc:
64
- $(Q)$(CFG_SRC_DIR)/x.py test --stage 2
+ $(Q)$(CFG_SRC_DIR)/x.py test --stage 2 tidy && $(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 --exclude tidy
65
66
## MingW native builders
67
0 commit comments