Skip to content

Commit 967a9c9

Browse files
committed
Auto merge of #99040 - gimbles:ci-std-tests, r=pietroalbini
Run stage 0 std tests in CI Fixes #95996
2 parents 1cd72b7 + f56fe9b commit 967a9c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/host-x86_64/mingw-check/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
3636
python3 ../x.py build --stage 0 src/tools/build-manifest && \
3737
python3 ../x.py test --stage 0 src/tools/compiletest && \
3838
python3 ../x.py test --stage 2 src/tools/tidy && \
39+
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
3940
python3 ../x.py doc --stage 0 library/test && \
4041
/scripts/validate-toolstate.sh && \
4142
/scripts/validate-error-codes.sh && \

0 commit comments

Comments
 (0)