mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-03 07:05:50 +02:00
8 lines
No EOL
131 B
Makefile
8 lines
No EOL
131 B
Makefile
all: test
|
|
|
|
test:
|
|
go vet .
|
|
go test -cover -v .
|
|
|
|
ex:
|
|
find ./examples -type f -name "*.go" | xargs -I {} go build -o /tmp/ignore {}
|