Skip to content

Commit

Permalink
Parallelize CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Oct 7, 2024
1 parent b8b1dfb commit 82248b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
tox -e py${{ matrix.python }}-${{ matrix.slepc }} -v
env:
PYTEST_ADDOPTS: -v
PYTEST_ADDOPTS: -v -n 2

- name: Upload coverage
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 @@ -72,6 +72,7 @@ test = [
"pytest>=8",
"pytest-mock>=3.5.0",
"pytest-cov>=4",
"pytest-xdist",
"coverage[toml]>=7",
"zarr",
"igraph",
Expand Down

0 comments on commit 82248b2

Please sign in to comment.