mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-26 22:50:56 +00:00
leave the clippy_lints directory after testing
This commit is contained in:
parent
80e81d351d
commit
41e71b4f48
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ script:
|
|||
- cargo test --features debugging
|
||||
- SYSROOT=~/rust cargo install
|
||||
- cargo clippy -- -D clippy
|
||||
- cd clippy_lints && cargo clippy -- -D clippy
|
||||
- cd clippy_lints && cargo clippy -- -D clippy && cd ..
|
||||
|
||||
after_success:
|
||||
# only test regex_macros if it compiles
|
||||
|
|
Loading…
Reference in a new issue