Skip to content

Commit 15e12f5

Browse files
committed
Don't cancel other jobs if one fails
1 parent d5a9e68 commit 15e12f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212

1313
runs-on: ubuntu-latest
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1718

0 commit comments

Comments
 (0)