Skip to content

Commit

Permalink
Use -Werror on CI (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan authored Feb 15, 2024
1 parent 9f36791 commit 1ff1162
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/cabal.project.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package clash-protocols
ghc-options: -Werror
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- name: Use CI specific settings
run: |
cp .ci/cabal.project.local .
- name: Setup CI
run: |
cabal v2-freeze
Expand Down

0 comments on commit 1ff1162

Please sign in to comment.