File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments