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:
|
steps:
|
||||||
cargo_clippy:
|
cargo_clippy:
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands: |
|
||||||
- cargo clippy
|
rustup update stable && rustup default stable
|
||||||
|
rustup component add clippy
|
||||||
|
cargo clippy --all-targets --all-features
|
||||||
cargo_test:
|
cargo_test:
|
||||||
image: rustlang/rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Loading…
Reference in a new issue