From e5984b1d1b426c67dc45571d82b03d51d4474f5b Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 12 May 2019 05:54:25 +0200 Subject: [PATCH] tests: try to run fuzzbuzz.sh with Azure Pipelines to see how it fares there --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 961b7920d63..7d46581798a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,5 +7,6 @@ pool: steps: - script: | set -e + ./travis-ci/managers/fuzzbuzz.sh sudo ./travis-ci/managers/xenial.sh displayName: 'This is where it gets darker' -- 2.47.3