Files
luet/vendor/github.com/onsi/gomega/Makefile
Ettore Di Giacinto e2442f8ed8 update vendor/
2019-06-05 19:14:29 +02:00

7 lines
135 B
Makefile

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