Skip to content

Commit 81375b3

Browse files
committed
Run all tests in the matrix, regardless of failures
1 parent d7f8976 commit 81375b3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ jobs:
1919
tests:
2020
runs-on: ubuntu-latest
2121
strategy:
22+
fail-fast: false
2223
matrix:
23-
python-version: ["3.9", "3.10", "3.11", "3.12"]
24+
python-version:
25+
- "3.9"
26+
- "3.10"
27+
- "3.11"
28+
- "3.12"
2429
steps:
2530
- uses: actions/checkout@v4
2631
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)