;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
|
- name: Build hledger executables
|
||||||
run: |
|
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
|
# run hledger-lib/hledger functional tests, skipping the ones for addons
|
||||||
#- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
#- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user