add RUST_BACKTRACE to CI tests
This commit is contained in:
parent
fa04072298
commit
6dd859e0cf
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue