From 10abf03afa632a8df00c8e515ddb00e07d049a29 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 10 Sep 2019 17:16:22 -0500 Subject: [PATCH] Remove --verbose flag and use `build` rather than `test`. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ff3508d..78e48eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -118,4 +118,4 @@ build: false #directly or perform other testing commands. Rust will automatically be placed in the PATH # environment variable. test_script: - - cargo test --verbose %cargoflags% + - cargo build %cargoflags%