CI(neon-build): print sccache stats

This commit is contained in:
Alexander Bayandin
2024-06-30 00:39:39 +01:00
parent 6921cc84d8
commit 61fac26c76

View File

@@ -336,6 +336,7 @@ jobs:
- name: Run cargo build
run: |
${cov_prefix} mold -run cargo build $CARGO_FLAGS $CARGO_FEATURES --bins --tests
sccache -s
# Do install *before* running rust tests because they might recompile the
# binaries with different features/flags.