Skip to content

Commit 522590b

Browse files
committed
fix ci
1 parent fae1aa3 commit 522590b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: Ensure all dependencies (including test/dev) are installed
2525
run: uv sync --dev
2626
- name: Install test dependencies (force ensure)
27-
run: uv pip install pytest pytest-asyncio pytest-cov coverage
27+
run: uv pip install pytest pytest-asyncio pytest-cov coverage pytest-xdist
2828
- name: Install Playwright browsers
2929
run: |
3030
uv run playwright install --with-deps chromium
3131
- name: Run tests with coverage
32-
run: uv run python -m pytest --cov=browser_fastmcp_server.py --cov=main.py --cov-report=xml --cov-report=term test_browser_workflow_test.py test_browser_test.py test_browser_fastmcp_client.py
32+
run: uv run python -m pytest -n 4 --cov=browser_fastmcp_server.py --cov=main.py --cov-report=xml --cov-report=term test_browser_workflow_test.py test_browser_test.py test_browser_fastmcp_client.py
3333
- name: Upload coverage to Codecov
3434
uses: codecov/codecov-action@v4
3535
with:

0 commit comments

Comments
 (0)