mirror of
https://github.com/Nutomic/ibis.git
synced 2025-02-04 20:44:41 +00:00
check
This commit is contained in:
parent
202038cfdc
commit
7f4a605ca5
1 changed files with 2 additions and 2 deletions
|
@ -64,10 +64,10 @@ steps:
|
|||
environment:
|
||||
CARGO_HOME: .cargo_home
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy --tests --all-targets --all-features
|
||||
- echo $CARGO_HOME
|
||||
- ls -lah .cargo_home
|
||||
- rustup component add clippy
|
||||
- cargo clippy --tests --all-targets --all-features
|
||||
|
||||
cargo_test:
|
||||
image: *rust_image
|
||||
|
|
Loading…
Reference in a new issue