Skip to content

Commit 18de2aa

Browse files
committed
cleamup
1 parent 3ee7e86 commit 18de2aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,16 @@ jobs:
134134
with:
135135
rust-version: stable
136136
- name: Check datafusion-proto (default features)
137-
run: cargo check --profile ci --all-targets -p datafusion-proto
137+
run: cargo check --profile ci -p datafusion-proto
138138
- name: Check datafusion-proto (no-default-features)
139-
run: cargo check --profile ci --all-targets --no-default-features -p datafusion-proto
139+
run: cargo check --profile ci --no-default-features -p datafusion-proto
140140
# fails due to https://github.com/apache/datafusion/issues/15157
141141
#- name: Check datafusion-proto (json)
142-
# run: cargo check --profile ci --all-targets --no-default-features -p datafusion-proto --features=json
142+
# run: cargo check --profile ci --no-default-features -p datafusion-proto --features=json
143143
- name: Check datafusion-proto (parquet)
144-
run: cargo check --profile ci --all-targets --no-default-features -p datafusion-proto --features=parquet
144+
run: cargo check --profile ci --no-default-features -p datafusion-proto --features=parquet
145145
- name: Check datafusion-proto (avro)
146-
run: cargo check --profile ci --all-targets --no-default-features -p datafusion-proto --features=avro
146+
run: cargo check --profile ci --no-default-features -p datafusion-proto --features=avro
147147

148148

149149
# Check datafusion crate features

0 commit comments

Comments
 (0)