Skip to content

Commit 263cb78

Browse files
GitHub Actions: run whole matrix even on failure.
1 parent 34ee175 commit 263cb78

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
@@ -7,6 +7,7 @@ on: [push, pull_request]
77
jobs:
88
test:
99
strategy:
10+
fail-fast: false # To see all versions that fail.
1011
matrix:
1112
os: [ubuntu, windows, macos]
1213
python: [3.5, 3.6, 3.7, 3.8, 3.9]

0 commit comments

Comments
 (0)