File tree 2 files changed +2
-6
lines changed
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
21
21
22
22
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
23
23
ENV 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 \
37
37
src/tools/rls \
38
38
src/tools/rustfmt \
39
39
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.
45
40
46
41
set -e
47
42
You can’t perform that action at this time.
0 commit comments