ci: let all tests finish even if one has an error
This commit is contained in:
parent
f938528ba6
commit
f2429c4221
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
|
@ -101,6 +101,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [ "build-matrix" ]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
check: ${{ fromJson(needs.build-matrix.outputs.check) }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue