mirror of
https://github.com/rancher/quickstart.git
synced 2026-02-05 12:45:15 +01:00
7 lines
99 B
Makefile
7 lines
99 B
Makefile
.PHONY: test
|
|
test:
|
|
cd test/ && go test -v -timeout 45m
|
|
|
|
.PHONY: fmt
|
|
fmt:
|
|
terraform fmt -recursive
|