1
0
Fork 0
mirror of https://github.com/Luzifer/vault2env.git synced 2024-11-10 01:00:10 +00:00
vault2env/vendor/github.com/hashicorp/go-rootcerts/Makefile
2016-05-29 01:35:17 +02:00

8 lines
125 B
Makefile

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