mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #3598 from uutils/syl-coverage-fail-fast
github: continue the other coverage jobs if one fails
This commit is contained in:
commit
11ee37c54a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -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 }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue