- docker command should remain 'go-test'

This commit is contained in:
David Campbell 2016-10-23 15:11:04 -07:00
parent 9a558eed89
commit d290bf9460
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ fmt:
@gofmt -s -w `go list -f {{.Dir}} ./... | grep -v "/vendor/"` @gofmt -s -w `go list -f {{.Dir}} ./... | grep -v "/vendor/"`
test: fmt test: fmt
$(DCR) $(GOTEST) $(DCR) go-test
go-test: fmt go-test: fmt
@$(GOTEST) @$(GOTEST)