Add clippy to CI
This commit is contained in:
parent
76ca540142
commit
02b57b942f
@ -44,6 +44,8 @@ stages:
|
||||
displayName: Cargo test
|
||||
- script: cargo fmt --check
|
||||
displayName: Cargo fmt
|
||||
- script: cargo clippy --workspace -- -Dwarnings
|
||||
displayName: Cargo clippy
|
||||
|
||||
|
||||
- stage: Release
|
||||
|
Loading…
Reference in New Issue
Block a user