Skip to content

Commit

Permalink
Configure unit tests worker count to be equal to CPU thread count
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Sep 3, 2023
1 parent d9d6a9f commit a33f630
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 @@ -64,7 +64,7 @@ run-code-quality-checks = [
]
# -------------------------------------------------------------------------------------
run-unit-tests = [
{ cmd = "pytest --log-level=DEBUG -s -n auto --cov=pygerber --cov-report=term-missing:skip-covered" },
{ cmd = "pytest --log-level=DEBUG -s -n logical --cov=pygerber --cov-report=term-missing:skip-covered" },
]
run-type-checks = [
{ cmd = "mypy src/pygerber test/ scripts/" }
Expand Down

0 comments on commit a33f630

Please sign in to comment.