From 29a9f747993663bf24877ceaa8cd2f3a03e9a538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 20 May 2026 19:51:27 +0200 Subject: Move CI flags to minici job file --- minici.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'minici.yaml') diff --git a/minici.yaml b/minici.yaml index 0813962..d381817 100644 --- a/minici.yaml +++ b/minici.yaml @@ -1,8 +1,8 @@ job build: - shell: - - cabal build -fci --constraint='megaparsec >= 9.7.0' - - mkdir build - - cp $(cabal list-bin erebos-tester) build/erebos-tester + shell: | + cabal build --ghc-options='-Werror -Wno-error=unused-imports' --constraint='megaparsec >= 9.7.0' + mkdir build + cp $(cabal list-bin erebos-tester) build/erebos-tester artifact bin: path: build/erebos-tester -- cgit v1.2.3