Add clippy to CI

This commit is contained in:
Sosthène Guédon 2022-10-30 15:07:38 +01:00 committed by Vincent Prouillet
parent 76ca540142
commit 02b57b942f

View File

@ -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