dex/vendor/github.com/onsi/gomega/Makefile
2020-01-31 10:32:00 +01:00

7 lines
135 B
Makefile

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