Remove cargo-fmt from CI

For some reason it's inconsistent between my computer and the CI, despite both are up-to-date
This commit is contained in:
Roey Darwish Dror
2018-11-15 12:05:37 +02:00
parent fa39665bd3
commit d6787812a2
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ install:
- rustup-init.exe -y --default-host %TARGET% --default-toolchain %RUST_VERSION% - rustup-init.exe -y --default-host %TARGET% --default-toolchain %RUST_VERSION%
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustup component add rustfmt-preview clippy-preview - rustup component add rustfmt-preview clippy-preview
- cargo fmt --all -- --check # - cargo fmt --all -- --check
- cargo clippy --all-targets --all-features -- -D warnings - cargo clippy --all-targets --all-features -- -D warnings
- rustc -Vv - rustc -Vv
- cargo -V - cargo -V

View File

@@ -4,7 +4,7 @@ set -ex
# TODO This is the "test phase", tweak it as you see fit # TODO This is the "test phase", tweak it as you see fit
main() { main() {
cargo fmt --all -- --check # cargo fmt --all -- --check
cargo clippy --all-targets --all-features -- -D warnings cargo clippy --all-targets --all-features -- -D warnings
cross check --target $TARGET cross check --target $TARGET
cross check --target $TARGET --release cross check --target $TARGET --release