Skip to content

Commit

Permalink
test-dragonfly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Aug 14, 2024
1 parent aff6bff commit f521e8b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/test-dragonfly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
tests:
- "test_json"
- "test_mixin"
- "test_stack"
- "test_connection.py"
- "test_asyncredis.py"
- "test_general.py"
- "test_scan.py"
- "test_zadd.py"
- "test_lua_modules.py"
permissions:
pull-requests: write
services:
Expand Down Expand Up @@ -47,7 +59,7 @@ jobs:
- name: Test without coverage
run: |
poetry run pytest --maxfail=100 --html=report.html --self-contained-html -v -m "not slow"
poetry run pytest test/${{ matrix.tests }} --html=report-${{ matrix.tests }}.html --self-contained-html -v -m "not slow"
- name: Collect Tests Result
if: always()
Expand Down

0 comments on commit f521e8b

Please sign in to comment.