Index cache by build run (#779)
This commit is contained in:
committed by
GitHub
parent
76c67a3ee3
commit
9d29d828b8
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user