Skip to content

Commit

Permalink
Set fail_fast to false so that the macOS failure doesn't abort the ot…
Browse files Browse the repository at this point in the history
…hers
  • Loading branch information
Numpsy committed Jul 30, 2024
1 parent 22d2610 commit e81ea73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:

runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-13]
steps:
Expand Down

0 comments on commit e81ea73

Please sign in to comment.