Skip to content

Commit

Permalink
Install rustfmt for testing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinrany committed Feb 4, 2020
1 parent 1695b89 commit a70ac57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/azure-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ steps:
- bash: rustup component add clippy || echo "clippy not available"
displayName: "Install clippy (maybe)"

# Some tests also rely on rustfmt
- bash: rustup component add rustfmt || echo "rustfmt not available"
displayName: "Install rustfmt (maybe)"

# Deny warnings on CI to avoid warnings getting into the codebase, and note the
# `force-system-lib-on-osx` which is intended to fix compile issues on OSX where
# compiling curl from source on OSX yields linker errors on Azure.
Expand Down

0 comments on commit a70ac57

Please sign in to comment.