From 2c2a9adcf345c67348fa0f26c21bc09612ca584e Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 29 Mar 2024 09:10:23 -0500 Subject: [PATCH] added fail-fast false --- .github/workflows/test-coverage-lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-coverage-lint.yml b/.github/workflows/test-coverage-lint.yml index 4992ae8..ccf5cde 100644 --- a/.github/workflows/test-coverage-lint.yml +++ b/.github/workflows/test-coverage-lint.yml @@ -21,6 +21,7 @@ jobs: linting: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: python-version: - 3.8 @@ -51,6 +52,7 @@ jobs: needs: linting runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: python-version: - 3.8 @@ -84,6 +86,7 @@ jobs: needs: testing-coverage runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: python-version: - 3.8