mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
;ci: push: build incrementally again, stale CI file seems resolved
This commit is contained in:
parent
0284c4cc1c
commit
b804167c9f
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user