From c12a56a8a7f19c943c78dd25f68f2b3329f53658 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Wed, 20 Jul 2022 12:10:23 +0100 Subject: [PATCH] build: disable matrix fail-fast Intermittent issues are causing the test matrix to fail and whenever that happens, all other matrix options are automatically cancelled. This increases the amount of retries needed in order to get all tests to pass. Signed-off-by: Paulo Gomes --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2f04edf1..5359e544 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -64,6 +64,7 @@ jobs: strategy: matrix: os: [macos-10.15, macos-11, macos-12] + fail-fast: false runs-on: ${{ matrix.os }} steps: - name: Checkout