diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index c1d231f9e3..f0eadaf254 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -100,6 +100,8 @@ jobs: id: test continue-on-error: true run: cargo test --all-features --target ${{ matrix.target }} + env: + RUST_BACKTRACE: 1 # Fail the job if any of the previous steps failed. - name: verify all steps passed