Skip to content

Commit

Permalink
ci: remove maxprocesses limit of 2 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmantel authored Dec 9, 2023
1 parent b08a1a7 commit 6485a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Test with pytest
timeout-minutes: 80
run: pytest --junit-xml=tests_out.xml --verbosity=0 -n auto --maxprocesses=2
run: pytest --junit-xml=tests_out.xml --verbosity=0 -n auto

- name: Upload test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6485a3e

Please sign in to comment.