Skip to content

Commit

Permalink
turn back -race option
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Jul 23, 2018
1 parent ffe4265 commit 40989b1
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 @@ -15,6 +15,6 @@ jobs:
- run: go install -v . && go get -u github.com/vektah/dataloaden github.com/pkg/errors
- run: go generate ./... && if [[ $(git --no-pager diff) ]] ; then echo "you need to run go generate" ; git --no-pager diff ; exit 1 ; fi
- run: go vet ./...
- run: go test ./...
- run: go test -race ./...
- run: gometalinter --vendor ./...

0 comments on commit 40989b1

Please sign in to comment.