Skip to content

Commit

Permalink
CircleCI: export GORACE
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Nov 17, 2020
1 parent da377d8 commit ac8437f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac8437f

Please sign in to comment.