We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1695b89 commit a70ac57Copy full SHA for a70ac57
ci/azure-test-all.yml
@@ -16,6 +16,10 @@ steps:
16
- bash: rustup component add clippy || echo "clippy not available"
17
displayName: "Install clippy (maybe)"
18
19
+# Some tests also rely on rustfmt
20
+- bash: rustup component add rustfmt || echo "rustfmt not available"
21
+ displayName: "Install rustfmt (maybe)"
22
+
23
# Deny warnings on CI to avoid warnings getting into the codebase, and note the
24
# `force-system-lib-on-osx` which is intended to fix compile issues on OSX where
25
# compiling curl from source on OSX yields linker errors on Azure.
0 commit comments