Skip to content

Commit

Permalink
Auto merge of #99040 - gimbles:ci-std-tests, r=pietroalbini
Browse files Browse the repository at this point in the history
Run stage 0 std tests in CI

Fixes #95996
  • Loading branch information
bors committed Jul 17, 2022
2 parents 1cd72b7 + f56fe9b commit 967a9c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/host-x86_64/mingw-check/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 967a9c9

Please sign in to comment.