Skip to content

Commit c99f1b7

Browse files
committed
Run x test tidy sooner in mingw-check
It takes less time to run than the other tests and is more likely to fail. `expand-yaml-anchors` is still run first to make sure the CI files are internally consistent.
1 parent ba64ba8 commit c99f1b7

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
@@ -40,10 +40,10 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
4040

4141
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
4242
ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
43+
python3 ../x.py test --stage 0 src/tools/tidy && \
4344
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu --all-targets && \
4445
python3 ../x.py build --stage 0 src/tools/build-manifest && \
4546
python3 ../x.py test --stage 0 src/tools/compiletest && \
46-
python3 ../x.py test --stage 2 src/tools/tidy && \
4747
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
4848
# Build both public and internal documentation.
4949
RUSTDOCFLAGS="--document-private-items" python3 ../x.py doc --stage 0 library/test && \

0 commit comments

Comments
 (0)