From b69721ebe0886e2fc84098159d8162bca032cbc3 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 17 Dec 2022 18:48:41 +0100 Subject: [PATCH] no fail fast, just checking... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a24264e65..e53e94763 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: needs: lint strategy: - fail-fast: true + fail-fast: false matrix: include: - os: ubuntu-20.04