From 10d7767710114ebc5d3b8d6ed744ab2d942ef5fe Mon Sep 17 00:00:00 2001 From: topecongiro Date: Sun, 31 May 2020 14:01:54 +0900 Subject: [PATCH] Update the AppVeyor script --- appveyor.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8e84dd7e7a8..05365746b14 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,10 +48,6 @@ install: build: false test_script: - - set CFG_RELEASE_CHANNEL=nightly - - set CFG_RELEASE=nightly - - cargo build --verbose - - cargo test - - cargo test -- --ignored - - cargo test --manifest-path rustfmt-core/Cargo.toml - - cargo test --manifest-path rustfmt-core/Cargo.toml -- --ignored + - cargo install cargo-make + - cargo make build-bins + - cargo test-all