Skip to content

Commit

Permalink
workflow: keep running on failures
Browse files Browse the repository at this point in the history
By default GitHub will cancel the remaining jobs if at least one fails.
Disable this behaviour to maximize the test visibility.
  • Loading branch information
jkloetzke committed Jun 19, 2021
1 parent e3045b5 commit 6288112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
fail-fast: false

steps:
- name: Checkout
Expand Down

0 comments on commit 6288112

Please sign in to comment.