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:
|
||||
test-debian-like:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
image:
|
||||
- ubuntu:latest
|
||||
|
@ -54,6 +55,7 @@ jobs:
|
|||
|
||||
test-fedora-like:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
image:
|
||||
- fedora:39
|
||||
|
|
Loading…
Reference in a new issue