From 938e67c7e2414c83f219a13fb3367d0bfb46272d Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Sat, 3 Aug 2019 22:10:38 +0100 Subject: [PATCH] Apparently undefined is not a real GOPATH --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5f256e0..d7b088c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,6 +50,7 @@ stages: - bash: | eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv) + export GOPATH=$HOME/go ./run_tests displayName: 'Run the tests' env: