From ce21ee835607f6e86f5933089f293b7e9f080d17 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Thu, 23 Dec 2021 21:30:06 +0200 Subject: [PATCH] CI: caching: keep-going 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 bc01550654..424c558a22 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: