Skip to content

Commit 2ef27f3

Browse files
committed
Execute tests in parallel
1 parent f6cc8b5 commit 2ef27f3

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
@@ -52,7 +52,7 @@ line-length = 119
5252
target-version = ["py39", "py310", "py311", "py312"]
5353

5454
[tool.pytest.ini_options]
55-
addopts = "-v --cov=spotify_confidence --cov-report=html --cov-report=xml --cov-report=term-missing"
55+
addopts = "-v -n auto --cov=spotify_confidence --cov-report=html --cov-report=xml --cov-report=term-missing"
5656
testpaths = ["tests"]
5757

5858
[tool.coverage.run]

0 commit comments

Comments
 (0)