From 433ab7b2938312827747686df2ae651b03ae5b27 Mon Sep 17 00:00:00 2001 From: bytemare <3641580+bytemare@users.noreply.github.com> Date: Tue, 14 Nov 2023 01:41:14 +0100 Subject: [PATCH] don't add parallel-fuzzing on build Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com> --- .github/workflows/cflite_batch.yml | 1 - .github/workflows/cflite_pr.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/cflite_batch.yml b/.github/workflows/cflite_batch.yml index 2811b65..21f32dc 100644 --- a/.github/workflows/cflite_batch.yml +++ b/.github/workflows/cflite_batch.yml @@ -17,7 +17,6 @@ jobs: with: language: go # Change this to the language you are fuzzing. sanitizer: ${{ matrix.sanitizer }} - parallel-fuzzing: true - name: Run Fuzzers (${{ matrix.sanitizer }}) id: run uses: google/clusterfuzzlite/actions/run_fuzzers@v1 diff --git a/.github/workflows/cflite_pr.yml b/.github/workflows/cflite_pr.yml index 044363c..1c705c1 100644 --- a/.github/workflows/cflite_pr.yml +++ b/.github/workflows/cflite_pr.yml @@ -28,7 +28,6 @@ jobs: storage-repo: https://${{ secrets.FUZZ_STORAGE_REPO_TOKEN }}@github.com/bytemare/fuzzing.git storage-repo-branch: main # Optional. Defaults to "main" storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages". - parallel-fuzzing: true - name: Run Fuzzers (${{ matrix.sanitizer }}) id: run uses: google/clusterfuzzlite/actions/run_fuzzers@v1