Skip to content

Commit

Permalink
Makefile update
Browse files Browse the repository at this point in the history
  • Loading branch information
briandowns committed May 1, 2016
1 parent bb51a7c commit 6737ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GOTEST = $(GOCMD) test
all: test

test:
$(GOTEST) -v -race -covermode=count -coverprofile=coverage.out ./...
$(GOTEST) -v -covermode=count -coverprofile=coverage.out ./...

build: test
$(GOBUILD)
Expand Down

0 comments on commit 6737ff3

Please sign in to comment.