fix circleci

This commit is contained in:
Anton Kaliaev
2017-03-07 19:28:00 +04:00
parent 26ccb4c94a
commit d43e3db978
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PACKAGES=$(shell go list ./...)
all: test
all: get_deps test
test:
@echo "--> Running go test --race"