mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-10 19:27:59 +00:00
* Upgrade api and library Signed-off-by: Jian Qiu <jqiu@redhat.com> * update permission for operator Signed-off-by: Jian Qiu <jqiu@redhat.com>
11 lines
122 B
Makefile
11 lines
122 B
Makefile
.PHONY: ci generate clean
|
|
|
|
ci: clean generate
|
|
go test -v ./...
|
|
|
|
generate:
|
|
go generate .
|
|
|
|
clean:
|
|
rm -rf *_generated*.go
|