We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fde8c commit 1e163f0Copy full SHA for 1e163f0
actions/run_fuzzers/action.yml
@@ -56,6 +56,10 @@ inputs:
56
description: 'If True, reportable crashes will be minimized.'
57
required: false
58
default: False
59
+ parallel-fuzzing:
60
+ description: "Whether to use all available cores for fuzzing."
61
+ required: false
62
+ default: false
63
runs:
64
using: 'docker'
65
image: 'docker://gcr.io/oss-fuzz-base/clusterfuzzlite-run-fuzzers:v1'
@@ -73,3 +77,4 @@ runs:
73
77
REPORT_UNREPRODUCIBLE_CRASHES: ${{ inputs.report-unreproducible-crashes }}
74
78
MINIMIZE_CRASHES: ${{ inputs.minimize-crashes }}
75
79
CFL_PLATFORM: 'github'
80
+ PARALLEL_FUZZING: ${{ inputs.parallel-fuzzing }}
0 commit comments