Skip to content

Commit

Permalink
added fail-fast false
Browse files Browse the repository at this point in the history
  • Loading branch information
btr1975 committed Mar 29, 2024
1 parent 00a7532 commit 2c2a9ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-coverage-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
linting:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version:
- 3.8
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
needs: linting
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version:
- 3.8
Expand Down Expand Up @@ -84,6 +86,7 @@ jobs:
needs: testing-coverage
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version:
- 3.8
Expand Down

0 comments on commit 2c2a9ad

Please sign in to comment.