Set backtrace for appveyor

pull/3/head
Bradlee Speice 2018-12-03 22:48:51 -05:00
parent 975f041523
commit 14f391f058
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ test_script:
# If you need to run additional steps during testing, they should be placed
# inside this block
- if [%APPVEYOR_REPO_TAG%]==[false] (
set RUST_BACKTRACE=1 &&
cargo test --target %TARGET% &&
cargo test --target %TARGET% --release
)