From 4611537f06da0fe77214e4b2c3b4a3330ace0506 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Wed, 30 Oct 2019 23:57:22 +0300 Subject: 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 --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure-pipelines.yml') 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) -- cgit v1.2.3