mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 09:27:21 +00:00
github: continue the other coverage jobs if one fails
This commit is contained in:
parent
3a45f00fed
commit
8b1236c081
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…
Reference in a new issue