Skip to content

Commit ca09a97

Browse files
committed
ci: use more workers to speed up tests in pipeline
1 parent 6990d51 commit ca09a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ check-commit.help = "Check the commit messages"
259259
check-commit.cmd = "poetry run cz --no-raise 3 check --rev-range origin/master.."
260260

261261
test.help = "Run the test suite"
262-
test.cmd = "pytest -n 3 --dist=loadfile"
262+
test.cmd = "pytest -n auto --dist=loadfile"
263263

264264
"test:all".help = "Run the test suite on all supported Python versions"
265265
"test:all".cmd = "tox --parallel"

0 commit comments

Comments
 (0)