Skip to content

Commit

Permalink
ci: don't fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Mar 21, 2023
1 parent d92d0a4 commit c45d798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
poetry-with-codecov:
strategy:
fail-fast: false
matrix:
python-version:
- "3.10"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ concurrency:
jobs:
poetry-with-codecov:
strategy:
fail-fast: false
matrix:
python-version:
- "3.10"
Expand Down

0 comments on commit c45d798

Please sign in to comment.