Codebase list golang-gomega / v1.10.2 Makefile
v1.10.2

Tree @v1.10.2 (Download .tar.gz)

Makefile @v1.10.2raw · history · blame

1
2
3
4
5
6
test:
	[ -z "`gofmt -s -w -l -e .`" ]
	go vet
	ginkgo -p -r --randomizeAllSpecs --failOnPending --randomizeSuites --race

.PHONY: test