Skip to content

Commit 67e5d71

Browse files
committed
add bazel fuzzing test to workflow
1 parent dfaba93 commit 67e5d71

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,13 @@ jobs:
503503
run: cmake --build ${{github.workspace}}/build --target snmalloc-fuzzer
504504
- name: Test
505505
run: ${{github.workspace}}/build/fuzzing/snmalloc-fuzzer
506+
- uses: bazelbuild/setup-bazelisk@v3
507+
- name: Mount bazel cache # Optional
508+
uses: actions/cache@v4
509+
with:
510+
path: "~/.cache/bazel"
511+
key: bazel
512+
- run: bazel test -c opt --config=asan //fuzzing:snmalloc_fuzzer
506513

507514
self-vendored:
508515
strategy:

0 commit comments

Comments
 (0)