1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-04 18:14: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:
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