CI...
This commit is contained in:
parent
3cd22b30bf
commit
03c7fe27c7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue