diff options
-rw-r--r-- | .github/workflows/haskell.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index efac066a6..36cd154ab 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -29,6 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: versions: - ghc: '8.0.2' |