Skip to content

Commit d908d33

Browse files
committed
add bazel fuzzing test to workflow
1 parent 5413b60 commit d908d33

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
@@ -519,6 +519,13 @@ jobs:
519519
run: cmake --build ${{github.workspace}}/build --target snmalloc-fuzzer
520520
- name: Test
521521
run: ${{github.workspace}}/build/fuzzing/snmalloc-fuzzer
522+
- uses: bazelbuild/setup-bazelisk@v3
523+
- name: Mount bazel cache # Optional
524+
uses: actions/cache@v4
525+
with:
526+
path: "~/.cache/bazel"
527+
key: bazel
528+
- run: bazel test -c opt --config=asan //fuzzing:snmalloc_fuzzer
522529

523530
self-vendored:
524531
strategy:

0 commit comments

Comments
 (0)