diff --git a/Makefile b/Makefile index 17a018f..f479b10 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ install: build test: ${SISYPHUS_GO_EXECUTABLE} get -u github.com/onsi/ginkgo/ginkgo ${SISYPHUS_GO_EXECUTABLE} get -u github.com/onsi/gomega - ${GOPATH}/bin/ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --progress --cover + ${GOPATH}/bin/ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --progress --cover --race static-test: ${SISYPHUS_GO_EXECUTABLE} get -u github.com/alecthomas/gometalinter