ci: Always show sccache stats

This commit is contained in:
Jade Ellis 2025-05-21 12:45:25 +01:00 committed by magmaus3
parent 604b5a195c
commit ae561c5acb
Signed by: magmaus3
GPG key ID: C8AABFABFA2FAF66

View file

@ -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