diff --git a/azure-pipelines.yml b/azure-pipelines.yml index de1e21c561..4b7cb3917a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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