Skip to content

Commit 5088785

Browse files
committed
adjust feature
1 parent 631e0bf commit 5088785

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ jobs:
152152
with:
153153
rust-version: stable
154154
- name: Check datafusion (no-default-features)
155-
run: cargo check --all-targets --no-default-features -p datafusion
155+
# 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
156158

157159
- name: Check datafusion (nested_expressions)
158160
run: cargo check --profile ci --no-default-features --features=nested_expressions -p datafusion

0 commit comments

Comments
 (0)