We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd22b3 commit 03c7fe2Copy full SHA for 03c7fe2
.github/workflows/ci.yml
@@ -135,6 +135,8 @@ jobs:
135
- name: Install library
136
run: poetry install --no-interaction
137
- name: Run unittests (redismod:${{ matrix.redismod }}, ${{ matrix.os }})
138
+ env:
139
+ REDIS_OM_URL: "redis://localhost:6379?decode_responses=True"
140
run: |
141
make test
142
poetry run coverage xml
0 commit comments