mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;ci: use --pedantic on windows too
This commit is contained in:
parent
5639b47d85
commit
08cfcc4f2b
3
.github/workflows/windows-nightly.yml
vendored
3
.github/workflows/windows-nightly.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user