bottin/vendor/github.com/hashicorp/go-rootcerts/Makefile
Simon Beck 22a8897e72 Vendor
2022-02-08 20:24:59 +01:00

9 lines
125 B
Makefile

TEST?=./...
test:
go test $(TEST) $(TESTARGS) -timeout=3s -parallel=4
go vet $(TEST)
go test $(TEST) -race
.PHONY: test