Xqt submitted this change.
[tests] limit github action parallel tasks
PyPy almost need 1 hour for checks. CPython needs 1/4 of that time.
we have 22 tests now and we can set max-parallel without increasing
total test time.
Change-Id: I05d1358589e80dc67a476fc274711fd6963a1e42
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index 854b345..731f2b8 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -20,6 +20,7 @@
strategy:
fail-fast: false
+ max-parallel: 7
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
To view, visit change 752602. To unsubscribe, or for help writing mail filters, visit settings.