Skip to content

Commit e00592a

Browse files
committed
ci: don't fail fast
1 parent d92d0a4 commit e00592a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
poetry-with-codecov:
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
python-version:
1213
- "3.10"

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ concurrency:
1111
jobs:
1212
poetry-with-codecov:
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
python-version:
1617
- "3.10"

0 commit comments

Comments
 (0)