From 01b9bec8e517132b4d43fe4cca4218284c4e3276 Mon Sep 17 00:00:00 2001 From: Carlo Strub Date: Fri, 16 Nov 2018 00:02:15 +0100 Subject: [PATCH] test for races --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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