diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4891858b..34c5db2d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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