ci: Disable fail-fast

This commit is contained in:
Richard Hansen 2024-05-19 19:06:47 -04:00
parent 6d2dba3aee
commit 86031edd2d

View file

@ -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