This commit is contained in:
Andrew Brookins 2021-11-12 09:43:49 -08:00
parent 3cd22b30bf
commit 03c7fe27c7

View file

@ -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