Skip to content

Commit 163121e

Browse files
committed
#152 Do not allow fail-fast in test workflow
1 parent b9750cf commit 163121e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
env:
1616
POETRY_VIRTUALENVS_CREATE: false
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
python: ["3.7", "3.8", "3.9", "3.10"]
2021
steps:

0 commit comments

Comments
 (0)