Skip to content

Commit 26a4019

Browse files
committed
jobs: strategy: fail-fast: false
1 parent 97b0032 commit 26a4019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
Tests:
88
name: base
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t', 'pypy3.11']
1213
# os: ['ubuntu-latest', 'windows-latest', 'macos-latest']

0 commit comments

Comments
 (0)