From 01ccaac82d85a36120bc347ad67c00e1e34fc3f2 Mon Sep 17 00:00:00 2001 From: Preetham Gujjula Date: Sun, 12 May 2024 14:16:26 -0700 Subject: [PATCH] Add -Werror -Wall to CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b79ceaa..ebd7ba8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: --enable-tests --test-show-details=streaming --enable-benchmarks + --ghc-options="-Werror -Wall" - run: cabal update - run: cabal freeze - run: cabal build