From 86031edd2d24604c0b8178cfd2f28f1a06f0e0bb Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sun, 19 May 2024 19:06:47 -0400 Subject: [PATCH] ci: Disable fail-fast --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 427b2cc..de4d443 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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