Update appveyor.yml

This commit is contained in:
anykao 2018-08-30 10:23:00 +09:00 committed by David Peter
parent c7cce0752b
commit 199cfd4519

View File

@ -14,6 +14,9 @@ install:
- cargo -V - cargo -V
build: false build: false
test_script:
- cargo test --target "$TARGET" --verbose
- cargo run --target "$TARGET" -- src/main.rs README.md --paging=never
before_deploy: before_deploy:
# Generate artifacts for release # Generate artifacts for release