File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3333 contents : write
3434 strategy :
3535 matrix :
36- py_version : ["3.7 ", "3.8 ", "3.9 ", "3.10 "]
36+ py_version : ["3.8 ", "3.9 ", "3.10 ", "3.11 "]
3737 os : [ubuntu-latest]
3838 runs-on : " ${{ matrix.os }}"
3939 steps :
5353 - name : Run docker-compose file
5454 run : docker compose -f docker-compose.yaml -p memphis up -d
5555 - name : Run pytest check
56- run : poetry run pytest -vv --cov="taskiq_memphis" .
56+ run : poetry run pytest -vv -n auto - -cov="taskiq_memphis" .
5757 - name : Generate report
5858 run : poetry run coverage xml
5959 - name : Upload coverage reports to Codecov with GitHub Action
Original file line number Diff line number Diff line change 11# taskiq-memphis
22
3- This library provides you with memphis broker for taskiq.
3+ This library provides you with memphis broker for taskiq.
4+ ** You need python version >=3.8**
45
56### Usage:
67``` python
You can’t perform that action at this time.
0 commit comments