Skip to content

Commit a3eba60

Browse files
authored
set RUST_BACKTRACE=full (#2)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 6b333c9 commit a3eba60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ runs:
160160
sudo chgrp $(whoami) /dev/kvm
161161
sudo ls -al /dev/kvm
162162
fi
163-
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
163+
echo "RUST_BACKTRACE=full" >> $GITHUB_ENV
164164
shell: bash
165165

166166
### Windows setup ###
@@ -185,5 +185,5 @@ runs:
185185
- name: Set up env vars (Windows)
186186
if: ${{ (runner.os == 'Windows') }}
187187
run: |
188-
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
188+
echo "RUST_BACKTRACE=full" >> $GITHUB_ENV
189189
shell: pwsh

0 commit comments

Comments
 (0)