File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,8 +230,8 @@ publish-to-pypi = "uv publish --token ${APIFY_PYPI_TOKEN_CRAWLEE}"
230230type-check = " uv run ty check"
231231unit-tests = " uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} tests/unit"
232232unit-tests-cov = " uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} --cov=src/apify --cov-report=xml:coverage-unit.xml tests/unit"
233- integration-tests = " uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto } tests/integration"
234- integration-tests-cov = " uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto } --cov=src/apify --cov-report=xml:coverage-integration.xml tests/integration"
233+ integration-tests = " uv run pytest --numprocesses=${TESTS_CONCURRENCY:-8 } tests/integration"
234+ integration-tests-cov = " uv run pytest --numprocesses=${TESTS_CONCURRENCY:-8 } --cov=src/apify --cov-report=xml:coverage-integration.xml tests/integration"
235235e2e-tests = " uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} tests/e2e"
236236e2e-tests-cov = " uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} --cov=src/apify --cov-report=xml:coverage-e2e.xml tests/e2e"
237237check-code = [" lint" , " type-check" , " unit-tests" ]
You can’t perform that action at this time.
0 commit comments