diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d7498d..07cb1d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,6 +135,8 @@ jobs: - name: Install library run: poetry install --no-interaction - name: Run unittests (redismod:${{ matrix.redismod }}, ${{ matrix.os }}) + env: + REDIS_OM_URL: "redis://localhost:6379?decode_responses=True" run: | make test poetry run coverage xml