diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 76269e887..81ec64949 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -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