Merge pull request #3598 from uutils/syl-coverage-fail-fast

github: continue the other coverage jobs if one fails
This commit is contained in:
Terts Diepraam
2022-06-07 14:56:12 +02:00
committed by GitHub
+1 -1
View File
@@ -972,7 +972,7 @@ jobs:
needs: build
runs-on: ${{ matrix.job.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
job:
- { os: ubuntu-latest , features: unix }