Fail on all warnings in CI
All the undefineds are gone, so it's time to enable -Werror in CI.
This commit is contained in:
parent
97a5c61f28
commit
0b22bb099c
5 changed files with 14 additions and 11 deletions
2
.github/workflows/haskell.yml
vendored
2
.github/workflows/haskell.yml
vendored
|
|
@ -11,5 +11,5 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- name: Nix Build
|
||||
with:
|
||||
args: default.nix
|
||||
args: default.nix --arg failOnWarnings true
|
||||
uses: ./.github/actions/nix-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue