From ae561c5acb38768ba5df916197f705a803bbea7f Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Wed, 21 May 2025 12:45:25 +0100 Subject: [PATCH] ci: Always show sccache stats --- .forgejo/workflows/rust-checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/rust-checks.yml b/.forgejo/workflows/rust-checks.yml index 1feb9e89..35ca1ad7 100644 --- a/.forgejo/workflows/rust-checks.yml +++ b/.forgejo/workflows/rust-checks.yml @@ -80,6 +80,7 @@ jobs: -D warnings - name: Show sccache stats + if: always() run: sccache --show-stats cargo-test: @@ -137,4 +138,5 @@ jobs: --no-fail-fast - name: Show sccache stats + if: always() run: sccache --show-stats