1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-04 21:04:42 +00:00
This commit is contained in:
Felix Ableitner 2024-12-09 11:59:06 +01:00
parent 202038cfdc
commit 7f4a605ca5

View file

@ -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