From 6e5157397549bbcfe21ba7b47583672a1708a62c Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 29 Jan 2018 14:51:34 -0800 Subject: [PATCH] app veyor config --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e1fa120d..e814154f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -61,4 +61,4 @@ build: false test_script: - cargo build --no-default-features - cargo clean - - cargo test --no-default-features + - RUST_BACKTRACE=1 cargo test --no-default-features