Skip to content

Commit

Permalink
Make sure clippy is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
aloucks committed May 9, 2020
1 parent f29dc00 commit dc88f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/azure-test-all.yml
Expand Up @@ -12,6 +12,7 @@ steps:
CARGO_INCREMENTAL: 0
- bash: |
set -e -x
rustup component add clippy
cargo clippy --all -- -D warnings
displayName: Run clippy (stable only)
condition: eq(variables['TOOLCHAIN'], 'stable')
Expand Down

0 comments on commit dc88f66

Please sign in to comment.