add RUST_BACKTRACE to CI tests

This commit is contained in:
Alfredo Garcia 2020-08-24 11:16:35 -03:00 committed by Deirdre Connolly
parent fa04072298
commit 6dd859e0cf
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ jobs:
- name: install LLVM on Windows
if: matrix.os == 'windows-latest'
run: choco install llvm -y
- name: Environment
run: |
echo ::set-env name=RUST_BACKTRACE::full
- name: Run tests
uses: actions-rs/cargo@v1
with: