Skip to content

Commit 9c5c8d6

Browse files
committed
Test clippy first to workaround the derive-new conflict.
1 parent bc2ba79 commit 9c5c8d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ python2.7 "$X_PY" test --no-fail-fast \
3131
src/doc/nomicon \
3232
src/doc/reference \
3333
src/doc/rust-by-example \
34+
src/tools/clippy \
3435
src/tools/rls \
3536
src/tools/rustfmt \
3637
src/tools/miri \
37-
src/tools/clippy
38+
3839
set -e
3940

4041
cat "$TOOLSTATE_FILE"

0 commit comments

Comments
 (0)