We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9509eb commit 9fb8022Copy full SHA for 9fb8022
ci/base-tests.sh
@@ -26,6 +26,11 @@ cd clippy_lints && cargo test && cd ..
26
cd rustc_tools_util && cargo test && cd ..
27
cd clippy_dev && cargo test && cd ..
28
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
+
34
# Perform various checks for lint registration
35
./util/dev update_lints --check
36
cargo +nightly fmt --all -- --check
0 commit comments