add -j to make test

Former-commit-id: 7509875974938f1087ace2437ceb95d8baeeeffa
This commit is contained in:
malavan 2021-06-18 17:50:35 +00:00
parent ca92c3303d
commit e8a4318138

View File

@ -10,7 +10,7 @@ build:
make-test:
stage: test
script:
- make test
- make test -j
node-redis-test:
stage: test