Skip to content

Commit

Permalink
gh actions: fail-fast: false for unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlackner committed Apr 3, 2024
1 parent 1363ca5 commit 805bf6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
fail-fast: false

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 805bf6c

Please sign in to comment.