Skip to content

Commit

Permalink
Multiple threads for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani committed Oct 11, 2024
1 parent 329d45d commit d9d58d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Run Tests
run:
venv/bin/python -m pytest --cov src --cov-report=xml --durations=100
venv/bin/python -m pytest --cov src --cov-report=xml --durations=100 -n 4

- name: codecov
uses: codecov/codecov-action@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ test = [
"pytest",
"pytest-cov",
"pytest-mock",
"pytest-xdist",
"pre-commit",
]

Expand Down

0 comments on commit d9d58d5

Please sign in to comment.