Skip to content

Commit 9fb8022

Browse files
committed
base tests: make sure cargo-clippy binary can be called directly
1 parent a9509eb commit 9fb8022

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/base-tests.sh

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ cd clippy_lints && cargo test && cd ..
2626
cd rustc_tools_util && cargo test && cd ..
2727
cd clippy_dev && cargo test && cd ..
2828

29+
# make sure clippy can be called via ./path/to/cargo-clippy
30+
cd clippy_workspace_tests
31+
../target/debug/cargo-clippy
32+
cd ..
33+
2934
# Perform various checks for lint registration
3035
./util/dev update_lints --check
3136
cargo +nightly fmt --all -- --check

0 commit comments

Comments
 (0)