;ci: push: temporarily rebuild all for strange test failures

This commit is contained in:
Simon Michael 2020-06-22 15:51:37 -07:00
parent 67a480f60d
commit 0284c4cc1c

View File

@ -42,6 +42,7 @@ jobs:
TS="$(git log -1 --format="%ct" -- ${filename})" TS="$(git log -1 --format="%ct" -- ${filename})"
touch "${filename}" -mt "$(date --date="@$TS" "+%Y%m%d%H%M.%S")" touch "${filename}" -mt "$(date --date="@$TS" "+%Y%m%d%H%M.%S")"
done done
# help emacs highlighter: "
# things to be cached/restored: # things to be cached/restored:
@ -118,9 +119,9 @@ jobs:
run: | run: |
stack build --only-dependencies stack build --only-dependencies
- name: Build hledger fast - name: Build hledger fast (all modules, troubleshooting CI failure XXX)
run: | run: |
stack build --fast --ghc-options=-Werror stack build --fast --ghc-options=-Werror --ghc-options=-fforce-recomp
# --pedantic # --pedantic
- name: Install shelltestrunner - name: Install shelltestrunner