Skip to content

Commit

Permalink
enable backtrace on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Sep 13, 2023
1 parent a66236f commit 862e6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
- name: Unit Tests - Cargo
# can't easily run mac-arm64 tests in GH without native runners for that arch
if: matrix.target != 'aarch64-apple-darwin'
run: cargo test --release --locked --target ${{ matrix.target }}
run: RUST_BACKTRACE=1 cargo test --release --locked --target ${{ matrix.target }}

# - name: Functional Tests (Linux)
# # can't easily run mac-arm64 tests in GH without native runners for that arch
Expand Down

0 comments on commit 862e6cb

Please sign in to comment.