mirror of
https://github.com/blazickjp/arxiv-mcp-server.git
synced 2025-07-25 20:38:49 +03:00
Test update
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
uv pip install --system pytest pytest-cov
|
||||
uv pip install --system pytest pytest-cov pytest-asyncio
|
||||
uv pip install --system -e ".[test]"
|
||||
# If you don't have a [test] extra, use:
|
||||
# uv pip install --system -r requirements-test.txt
|
||||
@@ -49,4 +49,4 @@ jobs:
|
||||
|
||||
- name: Run tests with pytest
|
||||
run: |
|
||||
pytest --cov=./ --cov-report=xml
|
||||
pytest --cov=./ --cov-report=xml -v
|
||||
Reference in New Issue
Block a user