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