Skip to content

Commit c3caf8e

Browse files
committed
Update CI workflow for new file location
1 parent b06a14d commit c3caf8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
9292
- name: FFI unit tests
9393
run: |
94-
cd examples/ffi-table-provider
94+
cd examples/datafusion-ffi-example
9595
uv run --no-project maturin develop --uv
96-
uv run --no-project pytest python/tests/_test_table_provider.py
96+
uv run --no-project pytest python/tests/_test*.py
9797
9898
- name: Cache the generated dataset
9999
id: cache-tpch-dataset

0 commit comments

Comments
 (0)