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:
6
Makefile
6
Makefile
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user