Skip to content

Commit f84e0dd

Browse files
authored
main.yml: fail-fast: false so we can see all test results
1 parent edd91c5 commit f84e0dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
test:
4040
strategy:
4141
# https://blog.jaraco.com/efficient-use-of-ci-resources/
42+
fail-fast: false
4243
matrix:
4344
python:
4445
- "3.9"

0 commit comments

Comments
 (0)