Skip to content

Commit 2c2a9ad

Browse files
committed
added fail-fast false
1 parent 00a7532 commit 2c2a9ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-coverage-lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
linting:
2222
runs-on: ${{ matrix.os }}
2323
strategy:
24+
fail-fast: false
2425
matrix:
2526
python-version:
2627
- 3.8
@@ -51,6 +52,7 @@ jobs:
5152
needs: linting
5253
runs-on: ${{ matrix.os }}
5354
strategy:
55+
fail-fast: false
5456
matrix:
5557
python-version:
5658
- 3.8
@@ -84,6 +86,7 @@ jobs:
8486
needs: testing-coverage
8587
runs-on: ${{ matrix.os }}
8688
strategy:
89+
fail-fast: false
8790
matrix:
8891
python-version:
8992
- 3.8

0 commit comments

Comments
 (0)