Skip to content

Commit

Permalink
add fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
joergmann committed Jan 30, 2025
1 parent dab44aa commit e7395d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
unit-tests:
needs: smoke-tests # to avoid writing over each others output
strategy:
fail-fast: false
matrix:
version: [22, 18]
platform: [ macos-latest, ubuntu-latest, windows-latest ]
Expand All @@ -49,6 +50,7 @@ jobs:
integration-tests:
needs: smoke-tests
strategy:
fail-fast: false
matrix:
version: [22, 18]
platform: [ macos-latest, ubuntu-latest, windows-latest ]
Expand Down

0 comments on commit e7395d4

Please sign in to comment.