summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim I. Kirshen <c@kirshen.com>2023-05-15 14:42:57 +0300
committerChayim I. Kirshen <c@kirshen.com>2023-05-15 14:42:57 +0300
commitd9d4109aa97102eb945a57b69a22b444b195a731 (patch)
tree6b151dc606c566447dab6a63ecb6b01715b9cb53
parent095477072342144a48f73951006c7cefe04cd880 (diff)
downloadredis-py-d9d4109aa97102eb945a57b69a22b444b195a731.tar.gz
resp
-rw-r--r--.github/workflows/version_coverage.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/version_coverage.yml b/.github/workflows/version_coverage.yml
index 050e202..bd1a513 100644
--- a/.github/workflows/version_coverage.yml
+++ b/.github/workflows/version_coverage.yml
@@ -33,10 +33,11 @@ jobs:
matrix:
python-version: ['3.7', '3.11']
redis-version: ['5.0', '6.0', '6.2', '7.0']
+ resp: ['2', '3']
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: redis ${{matrix.redis-version}} ${{matrix.python-version}}
+ name: redis ${{matrix.redis-version}} [resp ${{matrix.resp}} [py ${{matrix.python-version}}]
steps:
- uses: actions/checkout@v3
@@ -48,4 +49,4 @@ jobs:
run: |
pip install -U setuptools wheel
pip install -r dev_requirements.txt
- pytest -m "not onlycluster and not redismod" \ No newline at end of file
+ pytest -m "not onlycluster and not redismod and not ssl" --redis-url=redis://localhost:6379?protocol=${{matrix.resp}} \ No newline at end of file