Skip to content

Commit

Permalink
workflows: avoid fail-fast to run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Mar 21, 2024
1 parent 378c57a commit 98bdd12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
needs: setup-matrix

strategy:
fail-fast: false
matrix: ${{fromJson(needs.setup-matrix.outputs.matrix)}}

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 98bdd12

Please sign in to comment.