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%