Skip to content

Commit

Permalink
Do not fail-fast tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Oct 30, 2023
1 parent 8296804 commit 878593c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
tests-mysql-linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", pypy-3.8]
env:
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: [tests-mysql-linux]
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", pypy-3.8]
env:
Expand Down Expand Up @@ -117,6 +119,7 @@ jobs:
runs-on: macos-latest
needs: [tests-mysql-linux]
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
env:
Expand All @@ -141,6 +144,7 @@ jobs:
runs-on: macos-latest
needs: [tests-mysql-macosx, tests-mariadb-linux]
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
env:
Expand Down

0 comments on commit 878593c

Please sign in to comment.