CI: Don't fail fast on unit tests (#103109)
don't fail fast on unit tests
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user