Skip to content

Commit

Permalink
ci: don't fail fast; produce logs for all runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Baker committed Nov 29, 2023
1 parent e27cb73 commit faa4486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
test:
name: Build & Test - ${{ matrix.os }} - ${{ matrix.stack_yaml }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
stack_yaml: [stack.yaml, stack-lts-18.yaml, stack-lts-19.yaml]
Expand Down

0 comments on commit faa4486

Please sign in to comment.