Skip to content

Commit 6d1b4f6

Browse files
committed
ci: set fail-fast false for test matrix
Allow all matrix jobs to run even if one fails
1 parent 86c1a90 commit 6d1b4f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

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

1010
runs-on: ubuntu-latest
1111
strategy:
12+
fail-fast: false
1213
matrix:
1314
python-version: ['3.9', '3.13']
1415
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', '3.5', 'master']

0 commit comments

Comments
 (0)