Skip to content

Commit

Permalink
resp
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed May 15, 2023
1 parent 0954770 commit d9d4109
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/version_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -48,4 +49,4 @@ jobs:
run: |
pip install -U setuptools wheel
pip install -r dev_requirements.txt
pytest -m "not onlycluster and not redismod"
pytest -m "not onlycluster and not redismod and not ssl" --redis-url=redis://localhost:6379?protocol=${{matrix.resp}}

0 comments on commit d9d4109

Please sign in to comment.