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
|
- name: install LLVM on Windows
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: choco install llvm -y
|
run: choco install llvm -y
|
||||||
|
- name: Environment
|
||||||
|
run: |
|
||||||
|
echo ::set-env name=RUST_BACKTRACE::full
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue