Skip to content

Commit a70ac57

Browse files
committed
Install rustfmt for testing in CI
1 parent 1695b89 commit a70ac57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/azure-test-all.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ steps:
1616
- bash: rustup component add clippy || echo "clippy not available"
1717
displayName: "Install clippy (maybe)"
1818

19+
# Some tests also rely on rustfmt
20+
- bash: rustup component add rustfmt || echo "rustfmt not available"
21+
displayName: "Install rustfmt (maybe)"
22+
1923
# Deny warnings on CI to avoid warnings getting into the codebase, and note the
2024
# `force-system-lib-on-osx` which is intended to fix compile issues on OSX where
2125
# compiling curl from source on OSX yields linker errors on Azure.

0 commit comments

Comments
 (0)