Skip to content

Commit

Permalink
Merge pull request #22 from msakai/github-actions-disable-fail-fast
Browse files Browse the repository at this point in the history
Github Actions: disable fail-fast
  • Loading branch information
msakai committed Sep 20, 2022
2 parents 97cabe0 + 0b6d144 commit 84b56d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Expand Up @@ -7,6 +7,7 @@ jobs:
env:
STACK_YAML: ${{ matrix.stack_yaml }}
strategy:
fail-fast: false
matrix:
include:
- ghc: '8.10.4'
Expand Down

0 comments on commit 84b56d2

Please sign in to comment.