mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
Install rustfmt for testing in CI
This commit is contained in:
parent
1695b89b50
commit
a70ac57c59
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user