9 lines
74 B
Makefile
9 lines
74 B
Makefile
|
|
||
|
|
||
|
default: test
|
||
|
|
||
|
|
||
|
test: $(wildcard *.go) serving-crds.json
|
||
|
go test -v .
|
||
|
|