File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
2525ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
2626 python2.7 ../x.py build --stage 0 src/tools/build-manifest && \
2727 python2.7 ../x.py test --stage 0 src/tools/compiletest && \
28+ python2.7 ../x.py test src/tools/tidy && \
2829 /scripts/validate-toolstate.sh
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ENV RUST_CONFIGURE_ARGS \
2828 --enable-llvm-link-shared \
2929 --set rust.thin-lto-import-instr-limit=10
3030
31- ENV SCRIPT python2.7 ../x.py test src/tools/tidy && python2.7 ../x.py test
31+ ENV SCRIPT python2.7 ../x.py test --exclude src/tools/tidy && python2.7 ../x.py test src/tools/tidy
3232
3333# The purpose of this container isn't to test with debug assertions and
3434# this is run on all PRs, so let's get speedier builds by disabling these extra
You can’t perform that action at this time.
0 commit comments