Skip to content

Commit f2347a0

Browse files
tests/docs update
1 parent cb166d1 commit f2347a0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Makefile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
build:
2+
go build -v ./...
3+
4+
install: build
5+
go install -v ./...
6+
7+
fmt:
8+
gofmt -s -w -e .
9+
10+
lint:
11+
golangci-lint run
12+
13+
testacc:
14+
TF_ACC=1 go test -v -cover -timeout 120m ./...
15+
16+
generate:
17+
cd tools; go generate ./...

0 commit comments

Comments
 (0)