File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -179,17 +179,18 @@ jobs:
179179 - name : Setup Rust toolchain
180180 run : rustup toolchain install stable
181181 - name : Run tests (excluding doctests)
182- run : cargo test \
183- --profile ci \
184- --exclude datafusion-examples \
185- --exclude ffi_example_table_provider \
186- --exclude datafusion-benchmarks \
187- --exclude datafusion-cli \
188- --workspace \
189- --lib \
190- --tests \
191- --bins \
192- --features avro,json,backtrace,integration-tests
182+ run : |
183+ cargo test \
184+ --profile ci \
185+ --exclude datafusion-examples \
186+ --exclude ffi_example_table_provider \
187+ --exclude datafusion-benchmarks \
188+ --exclude datafusion-cli \
189+ --workspace \
190+ --lib \
191+ --tests \
192+ --bins \
193+ --features avro,json,backtrace,integration-tests
193194 - name : Verify Working Directory Clean
194195 run : git diff --exit-code
195196
You can’t perform that action at this time.
0 commit comments