From d472d43e4371af26a761bbb09fb20216b30bfc05 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 27 Jun 2023 14:49:21 -0700 Subject: CI for linux-nix: use -Wall. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85ebfdfe0..cb1201825 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: dist-newstyle key: ${{ runner.os }}-nix-cabal-local-${{ secrets.CACHE_VERSION }} - run: | - nix-shell --run "cabal update && cabal test --disable-optimization" + nix-shell --run "cabal update && cabal test --enable-tests --disable-optimization --ghc-options=-Werror all" windows: -- cgit v1.2.3