github: continue the other coverage jobs if one fails

This commit is contained in:
Sylvestre Ledru 2022-06-06 21:21:19 +02:00 committed by GitHub
parent 3a45f00fed
commit 8b1236c081
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -972,7 +972,7 @@ jobs:
needs: build needs: build
runs-on: ${{ matrix.job.os }} runs-on: ${{ matrix.job.os }}
strategy: strategy:
fail-fast: true fail-fast: false
matrix: matrix:
job: job:
- { os: ubuntu-latest , features: unix } - { os: ubuntu-latest , features: unix }