Remove --verbose flag and use build rather than test.

This commit is contained in:
Nolan Darilek 2019-09-10 17:16:22 -05:00
parent 42d39d25dc
commit 10abf03afa

View File

@ -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%