Skip to content

Commit

Permalink
Disable fail-fast for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 18, 2025
1 parent 177bc4d commit 102946a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 5
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ macos-13, macos-14, ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, windows-2022 ]
include:
Expand Down

0 comments on commit 102946a

Please sign in to comment.