Skip to content

Commit

Permalink
Don't fail fast on github check action
Browse files Browse the repository at this point in the history
  • Loading branch information
pwiecz committed Nov 2, 2024
1 parent 6f29af4 commit 49be1fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]

Expand Down

0 comments on commit 49be1fb

Please sign in to comment.