mirror of https://github.com/go-redis/redis.git
makefile: remove ginkgo flags.
This commit is contained in:
parent
2103d88732
commit
90aaae2ba2
6
Makefile
6
Makefile
|
@ -1,9 +1,9 @@
|
|||
all: testdeps
|
||||
go test ./... -v 1 -ginkgo.slowSpecThreshold=10 -cpu=1,2,4
|
||||
go test ./... -ginkgo.slowSpecThreshold=10 -short -race
|
||||
go test ./... -v=1 -cpu=1,2,4
|
||||
go test ./... -short -race
|
||||
|
||||
test: testdeps
|
||||
go test ./... -v 1 -ginkgo.slowSpecThreshold=10
|
||||
go test ./... -v=1
|
||||
|
||||
testdeps: .test/redis/src/redis-server
|
||||
|
||||
|
|
Loading…
Reference in New Issue