ci: let all tests finish even if one has an error
This commit is contained in:
parent
f938528ba6
commit
20ec603497
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
|
runs-on: ubuntu-latest
|
||||||
needs: [ "build-matrix" ]
|
needs: [ "build-matrix" ]
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
check: ${{ fromJson(needs.build-matrix.outputs.check) }}
|
check: ${{ fromJson(needs.build-matrix.outputs.check) }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue