mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;ci: push: temporarily rebuild all for strange test failures
This commit is contained in:
parent
67a480f60d
commit
0284c4cc1c
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
@ -42,6 +42,7 @@ jobs:
|
||||
TS="$(git log -1 --format="%ct" -- ${filename})"
|
||||
touch "${filename}" -mt "$(date --date="@$TS" "+%Y%m%d%H%M.%S")"
|
||||
done
|
||||
# help emacs highlighter: "
|
||||
|
||||
# things to be cached/restored:
|
||||
|
||||
@ -118,9 +119,9 @@ jobs:
|
||||
run: |
|
||||
stack build --only-dependencies
|
||||
|
||||
- name: Build hledger fast
|
||||
- name: Build hledger fast (all modules, troubleshooting CI failure XXX)
|
||||
run: |
|
||||
stack build --fast --ghc-options=-Werror
|
||||
stack build --fast --ghc-options=-Werror --ghc-options=-fforce-recomp
|
||||
# --pedantic
|
||||
|
||||
- name: Install shelltestrunner
|
||||
|
Loading…
Reference in New Issue
Block a user