Skip to content

Commit bcab97c

Browse files
Check all Cargo targets on CI
1 parent f296163 commit bcab97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
2424

2525
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
2626
ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
27-
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
27+
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu --all-targets && \
2828
python3 ../x.py build --stage 0 src/tools/build-manifest && \
2929
python3 ../x.py test --stage 0 src/tools/compiletest && \
3030
python3 ../x.py test --stage 2 src/tools/tidy && \

0 commit comments

Comments
 (0)