Skip to content

Commit ab5c4ef

Browse files
committed
Set RUST_BACKTRACE=1 when running tests
Set this to enable the backtrace to make debugging easier
1 parent 8ae7893 commit ab5c4ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/test/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ runs:
3131
run: |
3232
echo "RUSTFLAGS=${{ inputs.RUSTFLAGS }}" >> $GITHUB_ENV
3333
echo "RUSTDOCFLAGS=${{ inputs.RUSTDOCFLAGS }}" >> $GITHUB_ENV
34+
# Enable backtrace to make debugging easier
35+
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
3436
3537
- name: test
3638
shell: bash

0 commit comments

Comments
 (0)