mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-26 22:16:37 +02:00
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
|
-D warnings
|
||||||
|
|
||||||
- name: Show sccache stats
|
- name: Show sccache stats
|
||||||
|
if: always()
|
||||||
run: sccache --show-stats
|
run: sccache --show-stats
|
||||||
|
|
||||||
cargo-test:
|
cargo-test:
|
||||||
|
@ -137,4 +138,5 @@ jobs:
|
||||||
--no-fail-fast
|
--no-fail-fast
|
||||||
|
|
||||||
- name: Show sccache stats
|
- name: Show sccache stats
|
||||||
|
if: always()
|
||||||
run: sccache --show-stats
|
run: sccache --show-stats
|
||||||
|
|
Loading…
Add table
Reference in a new issue