forked from mystiq/dex
6 lines
135 B
Makefile
6 lines
135 B
Makefile
test:
|
|
[ -z "`gofmt -s -w -l -e .`" ]
|
|
go vet
|
|
ginkgo -p -r --randomizeAllSpecs --failOnPending --randomizeSuites --race
|
|
|
|
.PHONY: test
|