diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 347580607..265f0f4b4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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