Skip to content

Commit 234c8ec

Browse files
committed
env
1 parent fddbf61 commit 234c8ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ jobs:
181181
- name: Install Protobuf Compiler
182182
run: sudo apt-get install -y protobuf-compiler
183183
- name: Run tests (excluding doctests and datafusion-cli)
184+
env:
185+
RUST_BACKTRACE: 1
184186
run: |
185187
cargo test \
186188
--profile ci \

0 commit comments

Comments
 (0)