From 08cfcc4f2bc4adfb1c370be409cbc4e8ef495bdd Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 7 Mar 2020 14:45:54 -0800 Subject: [PATCH] ;ci: use --pedantic on windows too --- .github/workflows/windows-nightly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-nightly.yml b/.github/workflows/windows-nightly.yml index 1cf641b75..5631405b4 100644 --- a/.github/workflows/windows-nightly.yml +++ b/.github/workflows/windows-nightly.yml @@ -139,7 +139,8 @@ jobs: - name: Build hledger executables run: | - stack --no-terminal install --ghc-options=-Werror + stack --no-terminal install --pedantic + # --ghc-options=-Werror # run hledger-lib/hledger functional tests, skipping the ones for addons #- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons