CI: Don't fail fast on unit tests (#103109)

don't fail fast on unit tests
This commit is contained in:
Ashley Harrison 2025-03-31 16:14:05 +01:00 committed by GitHub
parent 5967b3321e
commit 483c6ac70d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest-8-cores
name: "Unit tests (${{ matrix.chunk }} / 8)"
strategy:
fail-fast: false
matrix:
chunk: [1, 2, 3, 4, 5, 6, 7, 8]
steps: