diff options
| author | Gimgim <93856041+gimbles@users.noreply.github.com> | 2022-07-08 08:08:42 +0530 |
|---|---|---|
| committer | Gimgim <93856041+gimbles@users.noreply.github.com> | 2022-07-08 08:08:42 +0530 |
| commit | 1af1c773149f144f7a3a0e926f0885a94a3c892d (patch) | |
| tree | 56ea77b59ace66f8584ecb9bc4ca6de8304c8dfc | |
| parent | 64eb9ab869bc3f9ef3645302fbf22e706eea16cf (diff) | |
| download | rust-1af1c773149f144f7a3a0e926f0885a94a3c892d.tar.gz rust-1af1c773149f144f7a3a0e926f0885a94a3c892d.zip | |
Run std tests in CI
| -rw-r--r-- | src/ci/docker/host-x86_64/mingw-check/Dockerfile | 1 |
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..b2318aa640f 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 library/std && \ python3 ../x.py doc --stage 0 library/test && \ /scripts/validate-toolstate.sh && \ /scripts/validate-error-codes.sh && \ |
