Skip to content

Commit

Permalink
Fix the github CIs not running issue
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed May 22, 2023
1 parent bcac95d commit 01fa8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
matrix:
# The order is important to optimize fail-fast.
name:
- 8.10.7-Werror
- 9.4.4-Werror
- 9.2.7-docspec
# - 8.10.7-coverage

Expand All @@ -81,7 +81,7 @@ jobs:
cabal_version: 3.8.1.0
disable_sdist_build: "y"
cabal_project: cabal.project.Werror
ignore_error: true
ignore_error: false
- name: 9.4.4-fusion-inspection
ghc_version: 9.4.4
runner: ubuntu-latest
Expand Down

0 comments on commit 01fa8dd

Please sign in to comment.