Different way of setting backtrace

pull/3/head
Bradlee Speice 2018-12-03 22:53:25 -05:00
parent 14f391f058
commit 0f45efca17
1 changed files with 1 additions and 1 deletions

View File

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