Skip to content

Commit

Permalink
(temp): RUST_BACKTRACE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
eager-signal committed Nov 14, 2023
1 parent 6aee711 commit 9ad9d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
if: endsWith(matrix.thing, '-android')
run: echo "CARGO_TARGET_$(echo ${{ matrix.target }} | tr \\-a-z _A-Z)_LINKER=$ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/$(echo ${{ matrix.target }} | sed s/armv7/armv7a/)21-clang++" >> "$GITHUB_ENV"
- if: "!matrix.check_only"
run: cargo test --target ${{ matrix.target }} ${{ matrix.extra_test_args }}
run: RUST_BACKTRACE=1 cargo test --target ${{ matrix.target }} ${{ matrix.extra_test_args }}
name: Run tests
shell: bash
env: ${{ matrix.custom_env }}
Expand Down

0 comments on commit 9ad9d56

Please sign in to comment.