File tree 2 files changed +2
-1
lines changed
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
25
25
ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
26
26
python2.7 ../x.py build --stage 0 src/tools/build-manifest && \
27
27
python2.7 ../x.py test --stage 0 src/tools/compiletest && \
28
+ python2.7 ../x.py test src/tools/tidy && \
28
29
/scripts/validate-toolstate.sh
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ENV RUST_CONFIGURE_ARGS \
29
29
--enable-llvm-link-shared \
30
30
--set rust.thin-lto-import-instr-limit=10
31
31
32
- ENV SCRIPT python2.7 ../x.py test src/tools/tidy && python2.7 ../x.py test
32
+ ENV SCRIPT python2.7 ../x.py test --exclude src/tools/tidy && python2.7 ../x.py test src/tools/tidy
33
33
34
34
# The purpose of this container isn't to test with debug assertions and
35
35
# 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