Skip to content

Commit cee25b8

Browse files
committed
Add pytest for FFI module to CI
1 parent 7f58117 commit cee25b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ jobs:
110110
pip install -e . -vv
111111
pytest -v .
112112
113+
- name: Test FFI module
114+
run: |
115+
cd examples/ffi-table-provider
116+
maturin build --release --strip
117+
pytest
118+
113119
- name: Cache the generated dataset
114120
id: cache-tpch-dataset
115121
uses: actions/cache@v4

0 commit comments

Comments
 (0)