We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cd72b7 + f56fe9b commit 967a9c9Copy full SHA for 967a9c9
src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -36,6 +36,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
36
python3 ../x.py build --stage 0 src/tools/build-manifest && \
37
python3 ../x.py test --stage 0 src/tools/compiletest && \
38
python3 ../x.py test --stage 2 src/tools/tidy && \
39
+ python3 ../x.py test --stage 0 core alloc std test proc_macro && \
40
python3 ../x.py doc --stage 0 library/test && \
41
/scripts/validate-toolstate.sh && \
42
/scripts/validate-error-codes.sh && \
0 commit comments