We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae7893 commit ab5c4efCopy full SHA for ab5c4ef
.github/actions/test/action.yml
@@ -31,6 +31,8 @@ runs:
31
run: |
32
echo "RUSTFLAGS=${{ inputs.RUSTFLAGS }}" >> $GITHUB_ENV
33
echo "RUSTDOCFLAGS=${{ inputs.RUSTDOCFLAGS }}" >> $GITHUB_ENV
34
+ # Enable backtrace to make debugging easier
35
+ echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
36
37
- name: test
38
shell: bash
0 commit comments