Skip to content

Commit 5538b7e

Browse files
committed
Update path in CI for integration tests
1 parent 5439d19 commit 5538b7e

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
@@ -89,9 +89,9 @@ jobs:
8989
9090
- name: FFI unit tests
9191
run: |
92-
cd examples/ffi-table-provider
92+
cd examples/ffi-library
9393
uv run --no-project maturin develop --uv
94-
uv run --no-project pytest python/tests/_test_table_provider.py
94+
uv run --no-project pytest python/tests/_*.py
9595
9696
- name: Cache the generated dataset
9797
id: cache-tpch-dataset

0 commit comments

Comments
 (0)