Skip to content

Commit

Permalink
Run all tests in the matrix, regardless of failures
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed May 6, 2024
1 parent d7f8976 commit 81375b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 81375b3

Please sign in to comment.