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