Skip to content

Commit

Permalink
Merge pull request #220 from vektah/feat-race
Browse files Browse the repository at this point in the history
turn back -race option
  • Loading branch information
vektah authored Jul 23, 2018
2 parents ffe4265 + 40989b1 commit 1a3e4e9
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 1a3e4e9

Please sign in to comment.