Skip to content

Commit e648dda

Browse files
committed
fix indent
1 parent 65845ba commit e648dda

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/rust.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)