Skip to content

Commit 6c00612

Browse files
committed
feat: test against bundled
1 parent 4a6f511 commit 6c00612

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,19 @@ jobs:
5757
run: uv sync
5858
- name: Test w/o extras
5959
run: uv run pytest
60+
test-bundled-duckdb:
61+
name: Test w/ bundled DuckDB
62+
runs-on: ubuntu-latest
63+
steps:
64+
- uses: actions/checkout@v4
65+
- uses: astral-sh/setup-uv@v3
66+
- uses: Swatinem/rust-cache@v2
67+
- name: Build
68+
run: |
69+
maturin build -F duckdb-bundled
70+
uv venv
71+
uv pip install target/wheels/stacrs*.whl
72+
- name: Sync only dev
73+
run: uv sync --only-dev
74+
- name: Test
75+
run: uv run pytest

uv.lock

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)