Skip to content

Commit

Permalink
Revert fail: fast
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Jan 30, 2025
1 parent 4a85f2c commit f92ee69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ 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 @@ -50,7 +49,6 @@ 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 f92ee69

Please sign in to comment.