summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-10-30 11:50:19 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-10-30 11:50:19 -0600
commit11a2733dc2a37b9af08304083cdea87f30ab3b9b (patch)
tree09150c4d73a50f0bf4f4347b2fd88df887418bee /azure-pipelines.yml
parent1be121cec7f4f43bd82001d4e5ee770005e42d52 (diff)
ci: Change fuzz type from regression to local-regression
As per recommendation from Fuzzit devs
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
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