Disable our cargo fmt test on CI for now.

This commit is contained in:
Nick Mathewson 2021-02-26 09:59:23 -05:00
parent a1c4d5a110
commit 66c901265d
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,11 @@ rust-latest:
- cargo test --verbose --all
- rustup component add clippy rustfmt
- cargo clippy -- -D warnings
- cargo fmt --all -- --check
####
# Temporarily disabled while the CI version of rustfmt doesn't agree
# with nickm's.
#
# - cargo fmt --all -- --check
rust-nightly:
stage: build