0
0
mirror of https://github.com/thegeeklab/wp-s3-action.git synced 2024-09-20 11:52:46 +02:00
wp-s3-action/vendor/github.com/go-ini/ini/Makefile

13 lines
155 B
Makefile
Raw Normal View History

2016-07-22 02:27:25 +02:00
.PHONY: build test bench vet
build: vet bench
test:
go test -v -cover -race
bench:
go test -v -cover -race -test.bench=. -test.benchmem
vet:
go vet