Skip to content

Commit

Permalink
-n auto
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Jan 29, 2024
1 parent ca6ad26 commit 17cf3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
env:
EE_SERVICE_ACC_PRIVATE_KEY: ${{ secrets.EE_SERVICE_ACC_PRIVATE_KEY }}
run: |
python -m pytest -n 4 --durations=10 --cov=geedim --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
python -m pytest -n auto --durations=10 --cov=geedim --cov-report=term-missing --cov-report=xml:coverage.xml ./tests
- name: Upload coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 17cf3e7

Please sign in to comment.