From 9d29d828b869d6c68959457d476ab9227b5644b6 Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Tue, 1 Jul 2025 11:01:12 +0100 Subject: [PATCH] Index cache by build run (#779) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 139e311..3050f98 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -125,7 +125,7 @@ jobs: uses: actions/cache@v4 with: path: "~/.cache/bazel" - key: bazel + key: bazel-${{ matrix.os }}-${{ matrix.build-type }} - run: bazel build -c opt //:snmalloc - run: bazel build -c opt //:snmalloc-rs - run: bazel test -c opt --config=asan //fuzzing:snmalloc_fuzzer