Skip to content

Commit

Permalink
Merge pull request #651 from jbusecke/add-pytest-xdist
Browse files Browse the repository at this point in the history
Add pytest-xdist to speed up tests
  • Loading branch information
jbusecke authored Nov 15, 2023
2 parents 5d77d49 + a8cfe11 commit 5367f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: 🏄‍♂️ Run Tests
shell: bash -l {0}
run: |
py.test tests -v \
py.test tests -v -n auto \
--cov=pangeo_forge_recipes --cov-config .coveragerc \
--cov-report term-missing \
--cov-report xml \
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ test = [
"click",
"pytest",
"pytest-cov",
"pytest-xdist",
"pytest-lazy-fixture",
"pytest-sugar",
"pytest-timeout",
Expand Down

0 comments on commit 5367f63

Please sign in to comment.