summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Abel <75477722+abelikt@users.noreply.github.com>2021-08-30 12:17:49 +0200
committerGitHub <noreply@github.com>2021-08-30 12:17:49 +0200
commitdbca35fc2318b3a78a2cb76471aa0e37c941ce33 (patch)
tree670595f287da697b239d7852bf620cff8935e859
parent13fc9dff564286aeaf73d696cc9f0e36285b2160 (diff)
[CIT-551] Make the workflow (temporarily) continue even when tarpaulin fails. (#407)
Signed-off-by: Michael Abel <info@abel-ikt.de>
-rw-r--r--.github/workflows/commit-workflow.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/commit-workflow.yml b/.github/workflows/commit-workflow.yml
index 3ad491e8..f31f526c 100644
--- a/.github/workflows/commit-workflow.yml
+++ b/.github/workflows/commit-workflow.yml
@@ -99,6 +99,7 @@ jobs:
name: Run cargo tarpaulin
runs-on: Ubuntu-20.04
needs: [cargo-fmt, cargo-clippy]
+ continue-on-error: true # Only temporarily !!!
steps: