Skip to content

Commit 9775944

Browse files
committed
Add polars to CI
1 parent 9b0dc2e commit 9775944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ test +ARGS="":
1616
cargo test --features all {{ARGS}} -- --nocapture
1717

1818
test-ci:
19-
cargo test --features src_postgres --features dst_arrow --test test_postgres
19+
cargo test --features src_postgres --features dst_arrow --test test_postgres
20+
cargo test --features src_postgres --features src_dummy --features dst_polars --test test_polars
2021

2122
test-feature-gate:
2223
cargo c --features src_postgres

0 commit comments

Comments
 (0)