Skip to content

Commit

Permalink
Add clippy to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sgued authored and Keats committed Feb 16, 2023
1 parent 76ca540 commit 02b57b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02b57b9

Please sign in to comment.