From 02b57b942fdafc4a9d28c517c83e977b5163b596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Sun, 30 Oct 2022 15:07:38 +0100 Subject: [PATCH] Add clippy to CI --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) 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