mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
base tests: make sure cargo-clippy binary can be called directly
This commit is contained in:
parent
a9509eb598
commit
9fb8022026
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ cd clippy_lints && cargo test && cd ..
|
|||
cd rustc_tools_util && cargo test && cd ..
|
||||
cd clippy_dev && cargo test && cd ..
|
||||
|
||||
# make sure clippy can be called via ./path/to/cargo-clippy
|
||||
cd clippy_workspace_tests
|
||||
../target/debug/cargo-clippy
|
||||
cd ..
|
||||
|
||||
# Perform various checks for lint registration
|
||||
./util/dev update_lints --check
|
||||
cargo +nightly fmt --all -- --check
|
||||
|
|
Loading…
Reference in a new issue