mirror of
https://github.com/bspeice/qadapt
synced 2024-11-22 05:48:13 -05:00
Different way of setting backtrace
This commit is contained in:
parent
14f391f058
commit
0f45efca17
@ -28,8 +28,8 @@ install:
|
|||||||
test_script:
|
test_script:
|
||||||
# If you need to run additional steps during testing, they should be placed
|
# If you need to run additional steps during testing, they should be placed
|
||||||
# inside this block
|
# inside this block
|
||||||
|
- set RUST_BACKTRACE=1
|
||||||
- if [%APPVEYOR_REPO_TAG%]==[false] (
|
- if [%APPVEYOR_REPO_TAG%]==[false] (
|
||||||
set RUST_BACKTRACE=1 &&
|
|
||||||
cargo test --target %TARGET% &&
|
cargo test --target %TARGET% &&
|
||||||
cargo test --target %TARGET% --release
|
cargo test --target %TARGET% --release
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user