1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-27 05:35:49 +00:00
This commit is contained in:
Felix Ableitner 2024-12-09 11:58:57 +01:00
parent 5e7eccefba
commit 202038cfdc

View file

@ -66,6 +66,8 @@ steps:
commands:
- rustup component add clippy
- cargo clippy --tests --all-targets --all-features
- echo $CARGO_HOME
- ls -lah .cargo_home
cargo_test:
image: *rust_image