Skip to content

Commit ab8c52b

Browse files
CI: caching: keep-going (#2535)
This solves the `build all` problem when all projects can't infer the consitent package version. Also would allow caching workflow on manual start - to work & cache in a broken or complex PRs.
1 parent 9797e1b commit ab8c52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/caching.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
- cron: "25 2/8 * * *"
4646

4747
env:
48-
cabalBuild: "v2-build all --enable-tests --enable-benchmarks"
48+
cabalBuild: "v2-build all --enable-tests --enable-benchmarks --keep-going"
4949

5050
jobs:
5151

0 commit comments

Comments
 (0)