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