add redis-rs

Former-commit-id: 13f171eb06b98f25424b1dff8c6572b668dd92ad
This commit is contained in:
malavan 2021-07-07 05:28:59 +00:00
parent d8c0e5ddad
commit 8105dc37eb

View File

@ -42,4 +42,17 @@ jedis-test:
- make install
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.eqalpha.com/keydb-dev/jedis.git
- cd jedis
- make test
redis-rs-test:
tags:
- docker
stage: test
script:
- git submodule init && git submodule update
- make distclean
- make -j
- make install
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.eqalpha.com/keydb-dev/redis-rs.git
- cd redis-rs
- make test