Skip to content

Commit

Permalink
Remove continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceRixte committed Sep 25, 2024
1 parent 4a6a015 commit 71ab9f7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
SUBDIR: ${{ matrix.subdir }}

runs-on: ${{ matrix.runner }}
continue-on-error: ${{ matrix.ignore_error }}
# continue-on-error: ${{ matrix.ignore_error }}
strategy:
fail-fast: true
# fail-fast: true
matrix:
# The order is important to optimize fail-fast.
name:
- 9.10.1-Werror
# name:
# - 9.10.1-Werror
# - 9.8.1-docspec
# - 8.10.7-coverage

Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
#sdist_options: "--ignore-check"
stack_build_options: "--flag streamly-benchmarks:-opt"
cabal_version: 3.12.1.0
ignore_error: false
# ignore_error: false
- name: 9.6.6-stack
runner: macos-latest
build: stack
Expand All @@ -214,7 +214,7 @@ jobs:
#sdist_options: "--ignore-check"
stack_build_options: "--flag streamly-benchmarks:-opt"
cabal_version: 3.12.1.0
ignore_error: false
# ignore_error: false
- name: 9.8.2-stack-nightly-june
runner: macos-latest
build: stack
Expand All @@ -228,7 +228,7 @@ jobs:
#sdist_options: "--ignore-check"
stack_build_options: "--flag streamly-benchmarks:-opt"
cabal_version: 3.12.1.0
ignore_error: false
# ignore_error: false
- name: 9.8.2-stack-nightly-september
runner: macos-latest
build: stack
Expand All @@ -242,7 +242,7 @@ jobs:
#sdist_options: "--ignore-check"
stack_build_options: "--flag streamly-benchmarks:-opt"
cabal_version: 3.12.1.0
ignore_error: false
# ignore_error: false
# - name: 8.10.7-coverage
# ghc_version: 8.10.7
# runner: ubuntu-latest
Expand Down

0 comments on commit 71ab9f7

Please sign in to comment.