Skip to content

Commit 86d4e5f

Browse files
authored
CI : disable fail fast on tests matrix to get all Python versions results (#159)
2 parents 33288de + 03db91d commit 86d4e5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint-and-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
lintest:
2020
runs-on: ubuntu-latest
2121
strategy:
22+
fail-fast: false
2223
matrix:
2324
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2425

0 commit comments

Comments
 (0)