Skip to content

Commit e73c8de

Browse files
authored
Don't cancel all jobs in CI if one job fails
This will make it easier to see in python-attrs#384 which tests (if any) are actually failing on which Python versions -- currently the codecov failures are just leading to all jobs being cancelled in CI
1 parent 4ad09bc commit e73c8de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]
21+
fail-fast: false
2122

2223
steps:
2324
- uses: "actions/checkout@v2"

0 commit comments

Comments
 (0)