;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})"
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user