Skip to content

Commit e966a41

Browse files
Enable -Werror on CI (#90)
1 parent 8ffd6cf commit e966a41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ jobs:
112112
ghcup set ghc 9.10.0.20240328
113113
echo "cabal-store=$HOME/.cabal/store" >> $GITHUB_OUTPUT
114114
115+
- name: Enable -Werror
116+
run: |
117+
echo "package doctest-parallel" >> cabal.project.local
118+
echo " ghc-options: -Werror" >> cabal.project.local
119+
115120
- name: Setup CI
116121
run: |
117122
cabal v2-freeze

0 commit comments

Comments
 (0)