ci: Disable fail-fast
This commit is contained in:
parent
6d2dba3aee
commit
86031edd2d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test-debian-like:
|
test-debian-like:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
image:
|
image:
|
||||||
- ubuntu:latest
|
- ubuntu:latest
|
||||||
|
@ -54,6 +55,7 @@ jobs:
|
||||||
|
|
||||||
test-fedora-like:
|
test-fedora-like:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
image:
|
image:
|
||||||
- fedora:39
|
- fedora:39
|
||||||
|
|
Loading…
Reference in a new issue