Update makefile

This commit is contained in:
Eliot Whalan 2016-07-15 15:13:59 +10:00
parent 0734ad5189
commit 33653ff943
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ install:
go get github.com/ChannelMeter/iso8601duration go get github.com/ChannelMeter/iso8601duration
test: install test: install
go test $(GOFLAGS) ./... go install $(GOFLAGS) ./...
bench: install bench: install
go test -run=NONE -bench=. $(GOFLAGS) ./... go test -run=NONE -bench=. $(GOFLAGS) ./...