Skip to content

Commit

Permalink
gha: do not run tests with -n=auto
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Aug 26, 2022
1 parent 181b735 commit 2893837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
env:
GS_CREDS: "${{ secrets.GS_CREDS }}"
run: |
pytest -n=auto --cov-report=xml --cov-report=term
pytest --cov-report=xml --cov-report=term
- name: upload coverage report
uses: codecov/codecov-action@v2.1.0
with:
Expand Down

0 comments on commit 2893837

Please sign in to comment.