From 0f45efca172978311a86fa61fed57bf58501b72d Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 3 Dec 2018 22:53:25 -0500 Subject: [PATCH] Different way of setting backtrace --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 96c7521..b086abc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 )