mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Remove -n because tests are quick
This commit is contained in:
parent
fc560b37a9
commit
6b257f42aa
3 changed files with 27 additions and 2 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
|
@ -31,5 +31,5 @@ jobs:
|
|||
run: uv sync --all-extras --dev
|
||||
|
||||
- name: Run tests
|
||||
run: uv run pytest -n auto -vv
|
||||
run: uv run pytest -vv
|
||||
if: ${{ !(github.event.pull_request.head.repo.fork) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue