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