change make test to multithreaded
Former-commit-id: 8f2bae851f2aa7c2600a487733a82850d6552882
This commit is contained in:
parent
f6d8d32539
commit
e11d7f25d1
@ -27,7 +27,7 @@ make-test:
|
||||
- git submodule init && git submodule update
|
||||
- make distclean
|
||||
- make -j
|
||||
- make test -j
|
||||
- ./runtest --config server-threads 3
|
||||
|
||||
node-redis-test:
|
||||
rules:
|
||||
@ -99,7 +99,7 @@ endurance-test:
|
||||
- git submodule init && git submodule update
|
||||
- make distclean
|
||||
- make -j
|
||||
- ./runtest --loop --stop
|
||||
- ./runtest --config server-threads 3 --loop --stop
|
||||
|
||||
coverage-test:
|
||||
rules:
|
||||
|
Loading…
x
Reference in New Issue
Block a user