mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-27 23:03:37 -05:00
ci: Change fuzz type from regression to local-regression
As per recommendation from Fuzzit devs
This commit is contained in:
parent
1be121cec7
commit
11a2733dc2
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ jobs:
|
||||||
["./replacer_fuzz.go"]="replacer" \
|
["./replacer_fuzz.go"]="replacer" \
|
||||||
)
|
)
|
||||||
|
|
||||||
fuzz_type="regression"
|
fuzz_type="local-regression"
|
||||||
if [[ $(Build.Reason) == "Schedule" ]]; then
|
if [[ $(Build.Reason) == "Schedule" ]]; then
|
||||||
fuzz_type="fuzzing"
|
fuzz_type="fuzzing"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue