diff --git a/pyproject.toml b/pyproject.toml index 1045172..d53b337 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ +[tool.coverage.run] +concurrency = ["multiprocessing"] + [tool.isort] profile = "black" src_paths = ["inboard", "tests"]