Skip to content

Commit 6288112

Browse files
committed
workflow: keep running on failures
By default GitHub will cancel the remaining jobs if at least one fails. Disable this behaviour to maximize the test visibility.
1 parent e3045b5 commit 6288112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/workflow.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: [3.6, 3.7, 3.8, 3.9]
11+
fail-fast: false
1112

1213
steps:
1314
- name: Checkout

0 commit comments

Comments
 (0)