Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d88aa80

Browse files
committedAug 22, 2022
chore: increase parallelization to per test
1 parent 228d7f2 commit d88aa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ unit-test:
3535
poetry run pytest tests/unit
3636

3737
e2e-test:
38-
poetry run pytest -rP -n 3 --dist loadscope --durations=0 --durations-min=1 tests/e2e
38+
poetry run pytest -rP -n auto --dist loadfile -o log_cli=true tests/e2e
3939

4040
coverage-html:
4141
poetry run pytest -m "not perf" --ignore tests/e2e --cov=aws_lambda_powertools --cov-report=html

0 commit comments

Comments
 (0)
Please sign in to comment.