Update makefile
This commit is contained in:
parent
0734ad5189
commit
33653ff943
2
Makefile
2
Makefile
|
@ -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) ./...
|
||||||
|
|
Loading…
Reference in New Issue