ci: Always show sccache stats

This commit is contained in:
Jade Ellis 2025-05-21 12:45:25 +01:00
parent fce024b30b
commit dcbc4b54c5
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

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