appveyor: cargo test requires the gen-tests feature

master
Jorge Aparicio 2017-04-10 17:46:33 -05:00
parent 55294baf7a
commit ebbf8d5a29
1 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ build: false
test_script:
- cargo build --target %TARGET%
- cargo build --release --target %TARGET%
- cargo test --no-default-features --target %TARGET%
- cargo test --no-default-features --release --target %TARGET%
- cargo test --no-default-features --feature gen-tests --target %TARGET%
- cargo test --no-default-features --feature gen-tests --release --target %TARGET%