Skip to content

Commit

Permalink
don't cancel others if 1 fails
Browse files Browse the repository at this point in the history
  • Loading branch information
AriehSchneier committed Nov 18, 2024
1 parent c72fa76 commit 4164257
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 @@ -14,6 +14,7 @@ jobs:
build-and-test:
name: Build and Test
strategy:
fail-fast: false
matrix:
os: ${{ vars.BUILD_AND_TEST_OS_MATRIX && fromJSON(vars.BUILD_AND_TEST_OS_MATRIX) || fromJSON('[ "ubuntu-latest", "macOS-latest", "windows-latest" ]') }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4164257

Please sign in to comment.