fix circleci

This commit is contained in:
Anton Kaliaev
2017-03-07 19:20:19 +04:00
parent 26ccb4c94a
commit d43e3db978
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PACKAGES=$(shell go list ./...)
all: test
all: get_deps test
test:
@echo "--> Running go test --race"

View File

@ -11,12 +11,10 @@ checkout:
- rm -rf $REPO
- mkdir -p $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME
- mv $HOME/$CIRCLE_PROJECT_REPONAME $REPO
# - git submodule sync
# - git submodule update --init # use submodules
dependencies:
override:
- "cd $REPO"
- "cd $REPO && make get_deps"
test:
override: