enable Werror in CI

This commit is contained in:
Richard Marko 2023-11-17 19:14:08 +01:00
parent 86a7b58620
commit dc885eafff

View File

@ -1,7 +1,7 @@
tests: True
package hnix-store-core
ghc-options: -Wunused-packages -Wall
ghc-options: -Wunused-packages -Wall -Werror
package hnix-store-remote
ghc-options: -Wunused-packages -Wall
ghc-options: -Wunused-packages -Wall -Werror