No fail fast (#3387)

Add --no-fail-fast to the new `nextest`
This commit is contained in:
jif-oai
2025-09-09 13:17:14 -07:00
committed by GitHub
parent ee5ecae7c0
commit f656e192bf

View File

@@ -188,7 +188,7 @@ jobs:
# Tests take too long for release builds to run them on every PR.
if: ${{ matrix.profile != 'release' }}
continue-on-error: true
run: cargo nextest run --all-features --target ${{ matrix.target }}
run: cargo nextest run --all-features --no-fail-fast --target ${{ matrix.target }}
env:
RUST_BACKTRACE: 1