Skip to content

Commit

Permalink
don't fail fast for unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkul committed Apr 24, 2023
1 parent 19676d4 commit 3999781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
name: Run Unit Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: ["3.8", "3.9", "3.10", "3.11"]
folder: ["test", "mock_tests"]
Expand Down

0 comments on commit 3999781

Please sign in to comment.