From 61fac26c7640c226f99394307b2f58a8ebd34cf0 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Sun, 30 Jun 2024 00:39:39 +0100 Subject: [PATCH] CI(neon-build): print sccache stats --- .github/workflows/build_and_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index a05023af12..a25806d67e 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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.