Make tests run in parallel on GitHub actions

This commit is contained in:
Karim shoair
2024-11-23 16:04:47 +02:00
parent 723a545061
commit 454b79e00f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,3 +5,4 @@ camoufox
werkzeug<3.0.0
pytest-httpbin==2.1.0
httpbin~=0.10.0
pytest-xdist
+1 -1
View File
@@ -14,7 +14,7 @@ deps =
commands =
playwright install-deps chromium firefox
camoufox fetch --browserforge
pytest --cov=scrapling --cov-report=xml
pytest --cov=scrapling --cov-report=xml -n auto
[testenv:pre-commit]
basepython = python3