;ci: use --pedantic on windows too

This commit is contained in:
Simon Michael 2020-03-07 14:45:54 -08:00
parent 5639b47d85
commit 08cfcc4f2b

View File

@ -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