1
0
Fork 0
mirror of https://github.com/Luzifer/vault-totp.git synced 2024-10-18 16:14:19 +00:00
vault-totp/vendor/github.com/hashicorp/go-rootcerts/Makefile
2017-01-03 13:31:39 +01: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