mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-08-23 22:46:35 +00:00
8 lines
131 B
Makefile
Vendored
8 lines
131 B
Makefile
Vendored
all: test
|
|
|
|
test:
|
|
go vet .
|
|
go test -cover -v .
|
|
|
|
ex:
|
|
find ./examples -type f -name "*.go" | xargs -I {} go build -o /tmp/ignore {}
|