Run appveyor tests in release mode

This commit is contained in:
Oliver Schneider 2017-09-16 15:44:35 +02:00
parent 709ab245df
commit 0320a77358

View file

@ -27,8 +27,8 @@ build: false
test_script:
- set RUST_BACKTRACE=1
- cargo build
- cargo test
- cargo build --locked --release
- cargo test --locked --release
notifications:
- provider: Email