mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +01: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 {}
|