From 14f391f0582e68b50bafd3bece88cee9bbba1762 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 3 Dec 2018 22:48:51 -0500 Subject: [PATCH] Set backtrace for appveyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index bc9c3c3..96c7521 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 )