add -j to make test

Former-commit-id: 7509875974938f1087ace2437ceb95d8baeeeffa
This commit is contained in:
malavan 2021-06-18 17:50:35 +00:00
parent 502197a3f6
commit 7cd14168bc

View File

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