change env syntax

This commit is contained in:
Alfredo Garcia 2020-08-24 14:04:39 -03:00 committed by Deirdre Connolly
parent 6dd859e0cf
commit 780e675517
1 changed files with 2 additions and 3 deletions

View File

@ -27,10 +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
env:
RUST_BACKTRACE: full
uses: actions-rs/cargo@v1
with:
command: test