From 4e4c699efeaff2dc9be648b520ccfca1f50f6d5e Mon Sep 17 00:00:00 2001 From: daywalker90 <8257956+daywalker90@users.noreply.github.com> Date: Sat, 31 Jan 2026 00:52:58 +0100 Subject: [PATCH] CI: only run 5 tests in parallel --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3388ed5..e79bea8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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