Skip to content

Commit 67a2173

Browse files
authored
fix ci extended test (#16144)
1 parent cb45f1f commit 67a2173

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/extended.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,17 @@ jobs:
101101
- name: Run tests (excluding doctests)
102102
env:
103103
RUST_BACKTRACE: 1
104-
run: cargo test --profile ci --exclude datafusion-examples --exclude datafusion-benchmarks --workspace --lib --tests --bins --features avro,json,backtrace,extended_tests,recursive_protection
104+
run: |
105+
cargo test \
106+
--profile ci \
107+
--exclude datafusion-examples \
108+
--exclude datafusion-benchmarks \
109+
--exclude datafusion-cli \
110+
--workspace \
111+
--lib \
112+
--tests \
113+
--bins \
114+
--features avro,json,backtrace,extended_tests,recursive_protection
105115
- name: Verify Working Directory Clean
106116
run: git diff --exit-code
107117
- name: Cleanup

0 commit comments

Comments
 (0)