diff --git a/Makefile b/Makefile index 5baefae..275dd65 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ godep: go get $(GO_EXTRAFLAGS) github.com/tools/godep godep restore ./... -test: +test: get-code go clean $(GO_EXTRAFLAGS) ./... go test $(GO_EXTRAFLAGS) ./...