Files
kubesphere/vendor/github.com/onsi/gomega/Makefile
magicsong c6ad0ebc3e use vgo
2019-07-20 00:32:24 +08:00

7 lines
135 B
Makefile

test:
[ -z "`gofmt -s -w -l -e .`" ]
go vet
ginkgo -p -r --randomizeAllSpecs --failOnPending --randomizeSuites --race
.PHONY: test