test for races

master
Carlo Strub 6 years ago
parent 3c4fb97fd1
commit 01b9bec8e5
No known key found for this signature in database
GPG Key ID: 34EF3FF33C29811A

@ -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

Loading…
Cancel
Save