mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 02:10:31 -05:00
8 lines
125 B
Makefile
8 lines
125 B
Makefile
TEST?=./...
|
|
|
|
test:
|
|
go test $(TEST) $(TESTARGS) -timeout=3s -parallel=4
|
|
go vet $(TEST)
|
|
go test $(TEST) -race
|
|
|
|
.PHONY: test
|