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 eb76c5e commit 7825d6dCopy full SHA for 7825d6d
etc/run-fuzz.sh
@@ -35,7 +35,7 @@ do
35
done
36
fi
37
38
- go test ${PARENTDIR} -run=${FUNC} -fuzz=${FUNC} -fuzztime=${FUZZTIME} || true
+ GOMAXPROCS=2 go test ${PARENTDIR} -run=${FUNC} -fuzz=${FUNC} -fuzztime=${FUZZTIME} || true
39
40
# Check if any new corpus files were generated for the fuzzer. If there are new corpus files, move them
41
# to $PROJECT_DIRECTORY/fuzz/$FUNC/* so they can be tarred up and uploaded to S3.
0 commit comments