diff options
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4891858..34c5db2 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 |