Skip to content

Commit 2f3f874

Browse files
committed
Remove race option from Makefile test target
So that Travis does not timeout
1 parent 99e5a3e commit 2f3f874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cyclo:
6262
fi
6363

6464
test:
65-
@ginkgo -r --randomizeAllSpecs --failOnPending --randomizeSuites --race -skipPackage vendor
65+
@ginkgo -r --randomizeAllSpecs --failOnPending --randomizeSuites -skipPackage vendor
6666
go test ./_integration_tests
6767

6868
goagen:

0 commit comments

Comments
 (0)