mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 07:31:03 +08:00
fd3e5daaeb
Solution: run in on PRs only as oss-fuzz uses Docker so the repository is hard-coded
14 lines
276 B
YAML
14 lines
276 B
YAML
name: Fuzzers
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
Fuzzing:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Build Fuzzers
|
|
id: build
|
|
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
|
|
with:
|
|
oss-fuzz-project-name: 'libzmq'
|
|
dry-run: false
|