Skip to content

Commit

Permalink
run parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patman15 committed Dec 19, 2024
1 parent 4fcb8b5 commit ebf905f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"

[tool.pytest.ini_options]
minversion = "8.0"
addopts="--cov=custom_components.bms_ble --cov-branch --cov-report=term-missing --cov-fail-under=100"
addopts="-n auto --cov=custom_components.bms_ble --cov-branch --cov-report=term-missing --cov-fail-under=100"
pythonpath = [
"custom_components.bms_ble",
]
Expand Down

0 comments on commit ebf905f

Please sign in to comment.