We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c67a3 commit 9d29d82Copy full SHA for 9d29d82
.github/workflows/main.yml
@@ -125,7 +125,7 @@ jobs:
125
uses: actions/cache@v4
126
with:
127
path: "~/.cache/bazel"
128
- key: bazel
+ key: bazel-${{ matrix.os }}-${{ matrix.build-type }}
129
- run: bazel build -c opt //:snmalloc
130
- run: bazel build -c opt //:snmalloc-rs
131
- run: bazel test -c opt --config=asan //fuzzing:snmalloc_fuzzer
0 commit comments