Update makefile

This commit is contained in:
Eliot Whalan 2016-07-15 15:13:59 +10:00
parent 7888af82e6
commit 402b16fe18
No known key found for this signature in database
GPG Key ID: C0A42175139840D6

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) ./...