From d6787812a23e60d71961e31b9e6ee34755b324f4 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Thu, 15 Nov 2018 12:05:37 +0200 Subject: [PATCH] Remove cargo-fmt from CI For some reason it's inconsistent between my computer and the CI, despite both are up-to-date --- appveyor.yml | 2 +- ci/script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 72c518a2..101e820e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,7 @@ install: - rustup-init.exe -y --default-host %TARGET% --default-toolchain %RUST_VERSION% - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - rustup component add rustfmt-preview clippy-preview - - cargo fmt --all -- --check + # - cargo fmt --all -- --check - cargo clippy --all-targets --all-features -- -D warnings - rustc -Vv - cargo -V diff --git a/ci/script.sh b/ci/script.sh index db416121..54079325 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -4,7 +4,7 @@ set -ex # TODO This is the "test phase", tweak it as you see fit main() { - cargo fmt --all -- --check + # cargo fmt --all -- --check cargo clippy --all-targets --all-features -- -D warnings cross check --target $TARGET cross check --target $TARGET --release