CI: only run 5 tests in parallel

This commit is contained in:
daywalker90 2026-01-31 00:52:58 +01:00
parent f529d5e47a
commit 4e4c699efe
No known key found for this signature in database

View file

@ -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