mirror of
https://github.com/daywalker90/summars.git
synced 2026-08-14 12:43:21 +02:00
CI: only run 5 tests in parallel
This commit is contained in:
parent
f529d5e47a
commit
4e4c699efe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -226,4 +226,4 @@ jobs:
|
|||
|
||||
cd tests
|
||||
uv add --dev pyln-testing==${{ inputs.pyln-version }} pyln-client==${{ inputs.pyln-version }} pyln-proto==${{ inputs.pyln-version }}
|
||||
uv run -v pytest -n=10
|
||||
uv run -v pytest -n=5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue