Index cache by build run (#779)

This commit is contained in:
Matthew Parkinson
2025-07-01 11:01:12 +01:00
committed by GitHub
parent 76c67a3ee3
commit 9d29d828b8

View File

@@ -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