Skip to content

Commit

Permalink
Merge pull request #210 from randovania/chore/ci
Browse files Browse the repository at this point in the history
Use 8 CPU cores for CI
  • Loading branch information
henriquegemignani authored Aug 20, 2024
2 parents d6a49a2 + 7bb7490 commit 6943fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Run Tests
run:
venv/bin/python -m pytest --cov mercury_engine_data_structures --cov-report=xml --fail-if-missing --durations=100 -n 2
venv/bin/python -m pytest --cov mercury_engine_data_structures --cov-report=xml --fail-if-missing --durations=100 -n 8

- name: codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 6943fc8

Please sign in to comment.