Skip to content

Commit 1e163f0

Browse files
Support parallel fuzzing. (#110)
Related: #105
1 parent 77fde8c commit 1e163f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

actions/run_fuzzers/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ inputs:
5656
description: 'If True, reportable crashes will be minimized.'
5757
required: false
5858
default: False
59+
parallel-fuzzing:
60+
description: "Whether to use all available cores for fuzzing."
61+
required: false
62+
default: false
5963
runs:
6064
using: 'docker'
6165
image: 'docker://gcr.io/oss-fuzz-base/clusterfuzzlite-run-fuzzers:v1'
@@ -73,3 +77,4 @@ runs:
7377
REPORT_UNREPRODUCIBLE_CRASHES: ${{ inputs.report-unreproducible-crashes }}
7478
MINIMIZE_CRASHES: ${{ inputs.minimize-crashes }}
7579
CFL_PLATFORM: 'github'
80+
PARALLEL_FUZZING: ${{ inputs.parallel-fuzzing }}

0 commit comments

Comments
 (0)