mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
add cargo/bin to PATH
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@ script:
|
||||
- cargo test --features debugging
|
||||
- mkdir -p ~/rust/cargo/bin
|
||||
- cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
|
||||
- cargo clippy -- -D clippy
|
||||
- cd clippy_lints && cargo clippy -- -D clippy && cd ..
|
||||
- PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy
|
||||
- PATH=$PATH:~/rust/cargo/bin cd clippy_lints && cargo clippy -- -D clippy && cd ..
|
||||
|
||||
after_success:
|
||||
# only test regex_macros if it compiles
|
||||
|
||||
Reference in New Issue
Block a user