From 7bb7490d1453f0fd140a2b9ea61ec2979508fffe Mon Sep 17 00:00:00 2001 From: Henrique Gemignani Passos Lima Date: Tue, 20 Aug 2024 12:16:08 +0300 Subject: [PATCH] Use 8 CPU cores for CI --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index e6e7062d..75f87ae5 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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