Skip to content

Commit 9a79ca8

Browse files
committed
ci: add test for cargo-pg default feature
Signed-off-by: Ning Sun <[email protected]>
1 parent 5d08e8e commit 9a79ca8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
override: true
5454
- name: Build and run tests
5555
run: cargo test --all-features
56+
- name: Test arrow-pg default features
57+
working-directory: arrow-pg
58+
run: cargo test
5659

5760
integration:
5861
name: Integration tests

0 commit comments

Comments
 (0)