1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-08 19:52:07 +03:00

makefile: remove ginkgo flags.

This commit is contained in:
Vladimir Mihailenco
2015-06-02 18:24:14 +03:00
parent 2103d88732
commit 90aaae2ba2

View File

@@ -1,9 +1,9 @@
all: testdeps all: testdeps
go test ./... -v 1 -ginkgo.slowSpecThreshold=10 -cpu=1,2,4 go test ./... -v=1 -cpu=1,2,4
go test ./... -ginkgo.slowSpecThreshold=10 -short -race go test ./... -short -race
test: testdeps test: testdeps
go test ./... -v 1 -ginkgo.slowSpecThreshold=10 go test ./... -v=1
testdeps: .test/redis/src/redis-server testdeps: .test/redis/src/redis-server