File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ RUN sh /scripts/sccache.sh
2121
2222ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
2323ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
24- python2.7 ../x.py build --stage 0 src/tools/build-manifest
24+ python2.7 ../x.py build --stage 0 src/tools/build-manifest && \
25+ python2.7 ../x.py test --stage 0 src/tools/compiletest
Original file line number Diff line number Diff line change @@ -37,11 +37,6 @@ python2.7 "$X_PY" test --no-fail-fast \
3737 src/tools/rls \
3838 src/tools/rustfmt \
3939 src/tools/miri \
40- src/tools/compiletest
41-
42- # Note that compiletest here is an exception from the other tools.
43- # We are only executing the unit tests of it. We don't need to track the
44- # toolstate because it's not distributed as a tool like the other items.
4540
4641set -e
4742
You can’t perform that action at this time.
0 commit comments