mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
ci(cifuzz): keep dry-run until google/oss-fuzz#14131 merges (#1232)
Flip CIFuzz out of dry‑run now that cli11 exists in OSS‑Fuzz. --------- Co-authored-by: TheodorNEngoy <[email protected]>
This commit is contained in:
committed by
GitHub
parent
3b84cbae64
commit
8225a6ad4e
9
.github/workflows/cifuzz.yml
vendored
9
.github/workflows/cifuzz.yml
vendored
@@ -1,5 +1,4 @@
|
||||
name: CIFuzz
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
@@ -10,22 +9,18 @@ permissions:
|
||||
jobs:
|
||||
fuzz:
|
||||
runs-on: ubuntu-latest
|
||||
# keep CI green while OSS-Fuzz project is not merged yet
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Build Fuzzers (dry run)
|
||||
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
|
||||
with:
|
||||
oss-fuzz-project-name: cli11
|
||||
language: c++
|
||||
language: 'c++'
|
||||
dry-run: true
|
||||
|
||||
- name: Run Fuzzers (dry run)
|
||||
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
|
||||
with:
|
||||
oss-fuzz-project-name: cli11
|
||||
language: c++
|
||||
language: 'c++'
|
||||
fuzz-seconds: 600
|
||||
dry-run: true
|
||||
|
||||
Reference in New Issue
Block a user