Skip to content

Commit 9a1ca70

Browse files
committed
Update ci.yml
1 parent f346cb0 commit 9a1ca70

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
python-version: ${{ matrix.python-version }}
3434

3535
# Runs the same checks locals get from scripts/ci.sh: uv sync, isort,
36-
# black, pyright, and pytest. The script runs every check and exits
37-
# non-zero if any fail, so a single red step still lists all failures.
36+
# black, pyright, and pytest. `--integration` additionally runs the
37+
# PostGIS/testcontainers suite (`pytest -m integration`); the ubuntu-latest
38+
# runner ships a running Docker daemon, which testcontainers needs to boot
39+
# the database. The script runs every check and exits non-zero if any fail,
40+
# so a single red step still lists all failures.
3841
- name: Run CI checks
39-
run: ./scripts/ci.sh
42+
run: ./scripts/ci.sh --integration

0 commit comments

Comments
 (0)