mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-16 06:08:40 +00:00
7 lines
135 B
Makefile
7 lines
135 B
Makefile
test:
|
|
[ -z "`gofmt -s -w -l -e .`" ]
|
|
go vet
|
|
ginkgo -p -r --randomizeAllSpecs --failOnPending --randomizeSuites --race
|
|
|
|
.PHONY: test
|