Skip to content

Commit

Permalink
pytest -n auto
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyangkang committed May 11, 2024
1 parent a4c466e commit 61f059d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run pytest
run: |
pytest -n 2 --cov --no-cov-on-fail --cov-report=term-missing:skip-covered --cov-report xml:coverage.xml
pytest -n auto --cov --no-cov-on-fail --cov-report=term-missing:skip-covered --cov-report xml:coverage.xml
timeout-minutes: 90 # Set the timeout to 1.5 hours for this step

- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 61f059d

Please sign in to comment.