This commit is contained in:
Chavez 2014-12-04 23:11:47 -08:00
parent 12966dc9f7
commit 904b14dc93
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ test: deps
go list ./... | xargs -n1 go test --cover
integ:
go list ./... | INTEG_TESTS=yes xargs -n1 go test -test --cover
go list ./... | INTEG_TESTS=yes xargs -n1 go test --cover
format: deps
@echo "--> Running go fmt"