ci: update clippy tests
This commit is contained in:
parent
9c3318c6f6
commit
491722bf0f
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue