ceph-csi/vendor/github.com/onsi/gomega/Makefile

7 lines
135 B
Makefile
Raw Normal View History

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