1
0
mirror of https://github.com/rancher/quickstart.git synced 2026-02-05 12:45:15 +01:00
Files
quickstart/Makefile
2020-08-24 11:13:36 +02:00

7 lines
99 B
Makefile

.PHONY: test
test:
cd test/ && go test -v -timeout 45m
.PHONY: fmt
fmt:
terraform fmt -recursive