From 1a24bd156a7e10bc1aa59af3f19eec6d274b7134 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Thu, 17 Mar 2022 13:01:28 +0100 Subject: github ci: Don't cancel other jobs on failure --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 82ef50ab..6d0439f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,6 +13,7 @@ jobs: env: CONFIG: ${{ matrix.config }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest] config: [minimal, full, full-debug] -- cgit v1.2.3