;ci: push: build incrementally again, stale CI file seems resolved

This commit is contained in:
Simon Michael 2020-06-22 16:12:04 -07:00
parent 0284c4cc1c
commit b804167c9f

View File

@ -119,9 +119,10 @@ jobs:
run: |
stack build --only-dependencies
- name: Build hledger fast (all modules, troubleshooting CI failure XXX)
- name: Build hledger fast
run: |
stack build --fast --ghc-options=-Werror --ghc-options=-fforce-recomp
stack build --fast --ghc-options=-Werror
# --ghc-options=-fforce-recomp # needed occasionally to clear out stale compiled modules
# --pedantic
- name: Install shelltestrunner