Browse Source

fix circleci

pull/456/head
Anton Kaliaev 8 years ago
parent
commit
d43e3db978
No known key found for this signature in database GPG Key ID: 7B6881D965918214
2 changed files with 2 additions and 4 deletions
  1. +1
    -1
      Makefile
  2. +1
    -3
      circle.yml

+ 1
- 1
Makefile View File

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


+ 1
- 3
circle.yml 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:


Loading…
Cancel
Save