diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2019-10-30 11:50:19 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2019-10-30 11:50:19 -0600 |
commit | 11a2733dc2a37b9af08304083cdea87f30ab3b9b (patch) | |
tree | 09150c4d73a50f0bf4f4347b2fd88df887418bee | |
parent | 1be121cec7f4f43bd82001d4e5ee770005e42d52 (diff) |
ci: Change fuzz type from regression to local-regression
As per recommendation from Fuzzit devs
-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 |