Skip to content

Commit

Permalink
github: run all testing jobs to completion even if one fails (#5282)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed Mar 29, 2022
1 parent c57d2b1 commit 474948a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Expand Up @@ -40,6 +40,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
include:
- type: vet+tests
Expand Down

0 comments on commit 474948a

Please sign in to comment.