Skip to content

Commit 22c8451

Browse files
committed
Use "fail-fast: false" strategy in GHA test workfow
1 parent fc1ed1c commit 22c8451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
name: CPython ${{ matrix.python }}
1010
runs-on: ubuntu-20.04
1111
strategy:
12+
fail-fast: false
1213
matrix:
1314
include:
1415
- python: "3.6"

0 commit comments

Comments
 (0)