From ac8437f6b15063d9b0a5b607e157ebcd7f495fab Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Tue, 17 Nov 2020 12:40:27 +0100 Subject: [PATCH] CircleCI: export GORACE --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0eeec9116f..120ef3f2af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,7 +71,7 @@ jobs: - run: name: Run tests with coverage command: | - GORACE=halt_on_error=1 + export GORACE=halt_on_error=1 export VERSION="$(git describe --tags --long | sed 's/v\(.*\)/\1/')" export GO111MODULE=on mkdir -p /tmp/logs /tmp/workspace/profiles