We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb07f47 + 334c14d commit f8a4a14Copy full SHA for f8a4a14
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