Skip to content

Commit 4172ec0

Browse files
committed
CI: Fix nightly job, and synchronize task invocations
1 parent dd07c57 commit 4172ec0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
poe lint
5757
5858
# Run tests.
59-
bin/test -vvv
59+
poe test

.github/workflows/tests.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)