We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0dc2e commit 9775944Copy full SHA for 9775944
Justfile
@@ -16,7 +16,8 @@ test +ARGS="":
16
cargo test --features all {{ARGS}} -- --nocapture
17
18
test-ci:
19
- cargo test --features src_postgres --features dst_arrow --test test_postgres
+ 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
21
22
test-feature-gate:
23
cargo c --features src_postgres
0 commit comments