Merge 52bcd59147 into sapling-pr-archive-bolinfest

This commit is contained in:
Michael Bolin
2025-05-21 22:42:32 -07:00
committed by GitHub

View File

@@ -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