Skip to content

Commit 69f065a

Browse files
committed
Adding build step to run integration tests
1 parent b7a8494 commit 69f065a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: uv run examples/create_test_datasets.py
3434
- name: Test
3535
run: cargo test --all-features
36+
- name: Integration test
37+
run: cargo run --example sql_integration_tests
3638

3739
fmt:
3840
name: Fmt

0 commit comments

Comments
 (0)