Skip to content

Commit 2d2435b

Browse files
committed
Run compiletest tests on CI
I was assuming that rust-lang#56792 would have resulted in compiletest tests being executed in CI. However, I couldn't find any mentions of the unit test names in any CI logs. This adds the compiletest test execution to the checktools.sh script.
1 parent 748d354 commit 2d2435b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ci/docker/x86_64-gnu-tools/checktools.sh

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ 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.
4045

4146
set -e
4247

0 commit comments

Comments
 (0)