Skip to content

Commit

Permalink
install dataloaden in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Feb 11, 2018
1 parent 951f41b commit 4fff324
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 @@ -12,7 +12,7 @@ jobs:
go get -u github.com/alecthomas/gometalinter &&
gometalinter --install &&
dep ensure --vendor-only
- run: go install -v .
- run: go install -v . github.com/vektah/dataloaden
- run: go generate ./... && if [[ $(git diff) ]] ; then echo "you need to run go generate" ; git diff ; exit 1 ; fi
- run: go vet ./...
- run: go test -race ./...
Expand Down

0 comments on commit 4fff324

Please sign in to comment.