Skip to content

Commit

Permalink
ci: Enable -Wall -Wcompat -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Feb 13, 2025
1 parent d6637d1 commit c01f57c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
- name: Configure
shell: bash
run: cabal configure --enable-tests
- name: Enable '-Wall -Wcompat -Werror'
shell: bash
run: |
echo 'ghc-options: -Wall -Wcompat -Werror' >> cabal.project.local
- name: Build
shell: bash
run: cabal build
Expand Down

0 comments on commit c01f57c

Please sign in to comment.