File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5656 poe lint
5757
5858 # Run tests.
59- bin/test -vvv
59+ poe test
Original file line number Diff line number Diff line change @@ -63,14 +63,13 @@ jobs:
6363 # Bootstrap environment.
6464 source bootstrap.sh
6565
66- # Run linter.
67- uv run ruff check .
68-
69- # Run type testing
70- uv run mypy
71-
7266 # Report about the test matrix slot.
7367 echo "Invoking tests with CrateDB ${CRATEDB_VERSION}"
68+
69+ # Run linter.
70+ poe lint
71+
72+ # Run tests.
7473 uv run coverage run -m pytest
7574
7675 # Set the stage for uploading the coverage report.
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ dev = [
4242 " certifi>=2025.10.5" ,
4343 " coverage>=7.11.0" ,
4444 " mypy>=1.18.2" ,
45+ " poethepoet<1" ,
4546 " pytest>=8.4.2" ,
4647 " pytz>=2025.2" ,
4748 " ruff>=0.14.2" ,
You can’t perform that action at this time.
0 commit comments