Skip to content

Commit 9a798e8

Browse files
committed
feat: add fuzzing support with Atheris and Docker configuration
Signed-off-by: Ntege Daniel <danientege785@gmail.com>
1 parent fa80dcb commit 9a798e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/clusterfuzzlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# changed code paths (code-change mode).
1717
PR:
1818
if: github.event_name == 'pull_request'
19-
runs-on: ubuntu-latest
19+
runs-on: hl-sdk-py-lin-md
2020
concurrency:
2121
group: ${{ github.workflow }}-pr-${{ matrix.sanitizer }}-${{ github.ref }}
2222
cancel-in-progress: true
@@ -54,7 +54,7 @@ jobs:
5454
# fuzzing can determine whether a crash was newly introduced.
5555
Build:
5656
if: github.event_name == 'push'
57-
runs-on: ubuntu-latest
57+
runs-on: hl-sdk-py-lin-md
5858
concurrency:
5959
group: ${{ github.workflow }}-build-${{ matrix.sanitizer }}-${{ github.ref }}
6060
cancel-in-progress: true

0 commit comments

Comments
 (0)