0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-20 22:52:58 -05:00

ci: Change fuzz type from regression to local-regression

As per recommendation from Fuzzit devs
This commit is contained in:
Matthew Holt 2019-10-30 11:50:19 -06:00
parent 1be121cec7
commit 11a2733dc2
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5

View file

@ -223,7 +223,7 @@ jobs:
["./replacer_fuzz.go"]="replacer" \
)
fuzz_type="regression"
fuzz_type="local-regression"
if [[ $(Build.Reason) == "Schedule" ]]; then
fuzz_type="fuzzing"
fi