mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 22:41:40 -04:00
Fixes issues on OS X w/ verifying against an Atlas using a custom certificate.
9 lines
125 B
Makefile
9 lines
125 B
Makefile
TEST?=./...
|
|
|
|
test:
|
|
go test $(TEST) $(TESTARGS) -timeout=3s -parallel=4
|
|
go vet $(TEST)
|
|
go test $(TEST) -race
|
|
|
|
.PHONY: test
|