We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd07c57 commit 4172ec0Copy full SHA for 4172ec0
3 files changed
.github/workflows/nightly.yml
@@ -56,4 +56,4 @@ jobs:
56
poe lint
57
58
# Run tests.
59
- bin/test -vvv
+ poe test
.github/workflows/tests.yml
@@ -63,14 +63,13 @@ jobs:
63
# Bootstrap environment.
64
source bootstrap.sh
65
66
- # Run linter.
67
- uv run ruff check .
68
-
69
- # Run type testing
70
- uv run mypy
71
72
# Report about the test matrix slot.
73
echo "Invoking tests with CrateDB ${CRATEDB_VERSION}"
+
+ # Run linter.
+ poe lint
+ # Run tests.
74
uv run coverage run -m pytest
75
76
# Set the stage for uploading the coverage report.
pyproject.toml
@@ -42,6 +42,7 @@ dev = [
42
"certifi>=2025.10.5",
43
"coverage>=7.11.0",
44
"mypy>=1.18.2",
45
+ "poethepoet<1",
46
"pytest>=8.4.2",
47
"pytz>=2025.2",
48
"ruff>=0.14.2",
0 commit comments