There was an error while loading. Please reload this page.
1 parent e2f1f45 commit e04eae8Copy full SHA for e04eae8
2 files changed
.github/workflows/wheels-test.ps1
@@ -22,5 +22,5 @@ if (!$?) { exit $LASTEXITCODE }
22
if (!$?) { exit $LASTEXITCODE }
23
& $venv\Scripts\$python -m pytest -vv -x checks\check_wheel.py
24
25
-& $venv\Scripts\$python -m pytest -vv -x Tests
+& $venv\Scripts\$python -m pytest -vv -x --numprocesses=logical --dist=worksteal Tests
26
.github/workflows/wheels-test.sh
@@ -34,4 +34,4 @@ fi
34
# Runs tests
35
python3 selftest.py
36
python3 -m pytest -vv -x checks/check_wheel.py
37
-python3 -m pytest -vv -x
+python3 -m pytest -vv -x --numprocesses=logical --dist=worksteal
0 commit comments