about summary refs log tree commit diff
path: root/ci
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2018-09-02 10:13:53 +0200
committerPhilipp Hansch <dev@phansch.net>2018-09-03 22:20:36 +0200
commitbe995dc0e841cb2db46d7995958ba24bac91e1e2 (patch)
treebd80ec4a3cddaeec01d0bf6d413e8f5d6bf104b2 /ci
parent586ef4ed7237b2290bb6365b038e8da59776533f (diff)
downloadrust-be995dc0e841cb2db46d7995958ba24bac91e1e2.tar.gz
rust-be995dc0e841cb2db46d7995958ba24bac91e1e2.zip
Run clippy on clippy_dev, too
Diffstat (limited to 'ci')
-rwxr-xr-xci/base-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/base-tests.sh b/ci/base-tests.sh
index dee709ab4eb..b85ed4fab66 100755
--- a/ci/base-tests.sh
+++ b/ci/base-tests.sh
@@ -19,6 +19,7 @@ cd clippy_workspace_tests && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clip
 cd clippy_workspace_tests/src && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy::all && cd ../..
 cd clippy_workspace_tests/subcrate && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy::all && cd ../..
 cd clippy_workspace_tests/subcrate/src && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy::all && cd ../../..
+cd clippy_dev && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy::all && cd ..
 # test --manifest-path
 PATH=$PATH:~/rust/cargo/bin cargo clippy --manifest-path=clippy_workspace_tests/Cargo.toml -- -D clippy::all
 cd clippy_workspace_tests/subcrate && PATH=$PATH:~/rust/cargo/bin cargo clippy --manifest-path=../Cargo.toml -- -D clippy::all && cd ../..