Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/cflite_pr.yml → .github/workflows/cflite.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: ClusterFuzzLite PR fuzzing
name: ClusterFuzzLite
on:
workflow_dispatch:
pull_request:
branches: [ master ]

permissions: read-all

jobs:
PR:
fuzzing:
name: ClusterFuzzLite Fuzzing
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -17,7 +18,7 @@ jobs:
uses: google/clusterfuzzlite/actions/build_fuzzers@v1
with:
sanitizer: ${{ matrix.sanitizer }}
language: c++
language: c
bad-build-check: false
- name: Run Fuzzers (${{ matrix.sanitizer }})
id: run
Expand Down