dex/vendor/github.com/onsi/gomega/Makefile

7 lines
135 B
Makefile
Raw Normal View History

2020-01-31 15:02:00 +05:30
test:
[ -z "`gofmt -s -w -l -e .`" ]
go vet
ginkgo -p -r --randomizeAllSpecs --failOnPending --randomizeSuites --race
.PHONY: test