We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390be81 commit 7f9f8b6Copy full SHA for 7f9f8b6
.evergreen/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