ipld-eth-server/vendor/github.com/onsi/gomega/Makefile
Elizabeth Engelman e637024cce Update vendor dir
2019-09-25 16:32:31 -05:00

7 lines
135 B
Makefile

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