From d760c8e6ce5c4c222ad69b43f30061ac9618ee9d Mon Sep 17 00:00:00 2001 From: Chavez Date: Thu, 4 Dec 2014 23:11:47 -0800 Subject: [PATCH] Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3eb0033412..da0b7c65c3 100644 --- a/Makefile +++ b/Makefile @@ -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"