Apparently undefined is not a real GOPATH

This commit is contained in:
Ben Jackson 2019-08-03 22:10:38 +01:00
commit 938e67c7e2

View file

@ -50,6 +50,7 @@ stages:
- bash: |
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
export GOPATH=$HOME/go
./run_tests
displayName: 'Run the tests'
env: