ci: Always show sccache stats
This commit is contained in:
parent
fce024b30b
commit
dcbc4b54c5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue