summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorMohammed Al Sahaf <msaa1990@gmail.com>2019-10-30 23:57:22 +0300
committerGitHub <noreply@github.com>2019-10-30 23:57:22 +0300
commit4611537f06da0fe77214e4b2c3b4a3330ace0506 (patch)
tree267ac4946c2e0f72edf227d92e1ba606fb0c3143 /azure-pipelines.yml
parent76c22c7b388d659530a4f6d0ae9f242827f7ed82 (diff)
Add missing fuzzer (#2844)
* fuzz: add missing fuzzer by fixing .gitignore adding a negation for caddyfile/ directory * ci: print fuzzing type for debuggability and traceability * README: update the Fuzzit badge to point to the correct Caddy server Github organization
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 6a56033..03b322b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -226,6 +226,7 @@ jobs:
if [[ $(Build.Reason) == "Schedule" ]]; then
fuzz_type="fuzzing"
fi
+ echo "Fuzzing type: $fuzz_type"
for f in $(find . -name \*_fuzz.go); do
FUZZER_DIRECTORY=$(dirname $f)