ci: update clippy tests

This commit is contained in:
notohh 2024-02-25 10:59:16 -05:00
parent 9c3318c6f6
commit 491722bf0f
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -6,9 +6,11 @@ when:
steps:
cargo_clippy:
image: rust
commands:
- cargo clippy
commands: |
rustup update stable && rustup default stable
rustup component add clippy
cargo clippy --all-targets --all-features
cargo_test:
image: rustlang/rust
image: rust
commands:
- cargo test