mirror of
https://github.com/Nutomic/ibis.git
synced 2025-02-04 21:04:42 +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:
|
environment:
|
||||||
CARGO_HOME: .cargo_home
|
CARGO_HOME: .cargo_home
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy
|
|
||||||
- cargo clippy --tests --all-targets --all-features
|
|
||||||
- echo $CARGO_HOME
|
- echo $CARGO_HOME
|
||||||
- ls -lah .cargo_home
|
- ls -lah .cargo_home
|
||||||
|
- rustup component add clippy
|
||||||
|
- cargo clippy --tests --all-targets --all-features
|
||||||
|
|
||||||
cargo_test:
|
cargo_test:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
|
|
Loading…
Reference in a new issue