about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-07-17 10:40:56 +0000
committerbors <bors@rust-lang.org>2022-07-17 10:40:56 +0000
commit967a9c94b34bb8f394db03b1d205831eddf6f589 (patch)
tree2dad61ba62b858e6b9f7e6c581c7e37d73e66660
parent1cd72b734318720adb99dc72147bb8169ef76ffe (diff)
parentf56fe9bb21e8c290052bfd5c30093eb24e6ee38d (diff)
downloadrust-967a9c94b34bb8f394db03b1d205831eddf6f589.tar.gz
rust-967a9c94b34bb8f394db03b1d205831eddf6f589.zip
Auto merge of #99040 - gimbles:ci-std-tests, r=pietroalbini
Run stage 0 std tests in CI

Fixes https://github.com/rust-lang/rust/issues/95996
-rw-r--r--src/ci/docker/host-x86_64/mingw-check/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/docker/host-x86_64/mingw-check/Dockerfile b/src/ci/docker/host-x86_64/mingw-check/Dockerfile
index 7a34a7daaec..9ee84f420b9 100644
--- a/src/ci/docker/host-x86_64/mingw-check/Dockerfile
+++ b/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 && \
            python3 ../x.py build --stage 0 src/tools/build-manifest && \
            python3 ../x.py test --stage 0 src/tools/compiletest && \
            python3 ../x.py test --stage 2 src/tools/tidy && \
+           python3 ../x.py test --stage 0 core alloc std test proc_macro && \
            python3 ../x.py doc --stage 0 library/test && \
            /scripts/validate-toolstate.sh && \
            /scripts/validate-error-codes.sh && \