From ac7dab67d267291afa0a6847607eb3e5067e435b Mon Sep 17 00:00:00 2001 From: rzadp Date: Wed, 12 Jun 2024 11:43:05 +0200 Subject: [PATCH] no fail fast --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88e5612..724d00f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: ci: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: container: ["ubuntu:24.04", "debian:12.5"] container: ${{ matrix.container }}