From ab8c52b0976162940d478a1ce6bebc07f7e0cb5d Mon Sep 17 00:00:00 2001 From: Anton Latukha Date: Thu, 23 Dec 2021 23:36:00 +0200 Subject: [PATCH] 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. --- .github/workflows/caching.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/caching.yml b/.github/workflows/caching.yml index bc01550654a..424c558a223 100644 --- a/.github/workflows/caching.yml +++ b/.github/workflows/caching.yml @@ -45,7 +45,7 @@ on: - cron: "25 2/8 * * *" env: - cabalBuild: "v2-build all --enable-tests --enable-benchmarks" + cabalBuild: "v2-build all --enable-tests --enable-benchmarks --keep-going" jobs: