diff --git a/pyproject.toml b/pyproject.toml index fd07a479..a10c627c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,5 +64,8 @@ datacontract = "datacontract.cli:app" requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" +[tool.pytest.ini_options] +addopts="-n 8" + [tool.ruff] line-length = 120 \ No newline at end of file