diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-10-02 19:53:05 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-10-03 09:53:13 -0400 |
| commit | bcab97c12e7522c09de74f7f58a3f8e81ca2943f (patch) | |
| tree | fdacabd03dea80df74ef2d22cb021d6b11c0d4bb /src/ci/docker | |
| parent | f2961638c8b9c4494b962236aabfa9daa531f029 (diff) | |
| download | rust-bcab97c12e7522c09de74f7f58a3f8e81ca2943f.tar.gz rust-bcab97c12e7522c09de74f7f58a3f8e81ca2943f.zip | |
Check all Cargo targets on CI
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/host-x86_64/mingw-check/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/mingw-check/Dockerfile b/src/ci/docker/host-x86_64/mingw-check/Dockerfile index 8fc9a009dce..b2aa5844e47 100644 --- a/src/ci/docker/host-x86_64/mingw-check/Dockerfile +++ b/src/ci/docker/host-x86_64/mingw-check/Dockerfile @@ -24,7 +24,7 @@ COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/ ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1 ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \ - python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \ + python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu --all-targets && \ 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 && \ |
