We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631e0bf commit 5088785Copy full SHA for 5088785
.github/workflows/rust.yml
@@ -152,7 +152,9 @@ jobs:
152
with:
153
rust-version: stable
154
- name: Check datafusion (no-default-features)
155
- run: cargo check --all-targets --no-default-features -p datafusion
+ # Some of the test binaries require the parquet feature still
156
+ #run: cargo check --all-targets --no-default-features -p datafusion
157
+ run: cargo check --profile ci --no-default-features -p datafusion
158
159
- name: Check datafusion (nested_expressions)
160
run: cargo check --profile ci --no-default-features --features=nested_expressions -p datafusion
0 commit comments