File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- .PHONY : clean install-dev build publish-to-pypi lint type-check unit-tests unit-tests-cov integration-tests format check-code build-api-reference run-docs
1
+ .PHONY : clean install-dev build publish-to-pypi lint type-check unit-tests unit-tests-cov \
2
+ integration-tests format check-code build-api-reference run-docs
2
3
3
4
# This is default for local testing, but GitHub workflows override it to a higher value in CI
4
5
INTEGRATION_TESTS_CONCURRENCY = 1
@@ -13,7 +14,7 @@ install-dev:
13
14
uv run python -m browserforge update
14
15
15
16
build :
16
- uv build --no-cache
17
+ uv build --no-cache --verbose
17
18
18
19
# APIFY_PYPI_TOKEN_CRAWLEE is expected to be set in the environment
19
20
publish-to-pypi :
@@ -33,7 +34,7 @@ unit-tests-cov:
33
34
uv run pytest --numprocesses=auto --verbose --cov=src/crawlee --cov-report=html tests/unit
34
35
35
36
integration-tests :
36
- uv run pytest --numprocesses=$(INTEGRATION_TESTS_CONCURRENCY ) tests/integration
37
+ uv run pytest --numprocesses=$(INTEGRATION_TESTS_CONCURRENCY ) --verbose tests/integration
37
38
38
39
format :
39
40
uv run ruff check --fix
You can’t perform that action at this time.
0 commit comments