Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #435 from cloudflare/malonso/clippy-in-ci
Browse files Browse the repository at this point in the history
[chore] Deny clippy warnings in CI, run rustfmt in --check mode
  • Loading branch information
EverlastingBugstopper committed Aug 14, 2019
2 parents 1a62615 + 4f3a30d commit c00b5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- script: rustup component add rustfmt
displayName: rustup component add rustfmt
- script: cargo fmt --all -- --check
displayName: "cargo fmt"
displayName: "cargo fmt --all -- --check"
- script: rustup component add clippy
displayName: rustup component add clippy
- script: cargo clippy
displayName: "cargo clippy"
displayName: "cargo clippy --all --all-features -- -D warnings"

- job: test_wrangler_windows
displayName: "Run wrangler tests (Windows)"
Expand Down

0 comments on commit c00b5a9

Please sign in to comment.