Skip to content

Commit 18b1e86

Browse files
committed
Export RUST_BACKTRACE=1 in --feature backtrace CI test
as this test often fails on windows which is hard to debug locally for most contributors.
1 parent dc136f2 commit 18b1e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Test backtrace-debug builds on Rust ${{ matrix.toolchain }}
150150
if: "matrix.toolchain == 'stable'"
151151
run: |
152-
cd lightning && cargo test --verbose --color always --features backtrace
152+
cd lightning && RUST_BACKTRACE=1 cargo test --verbose --color always --features backtrace
153153
- name: Test on Rust ${{ matrix.toolchain }} with net-tokio
154154
if: "matrix.build-net-tokio && !matrix.coverage && matrix.build-tx-sync"
155155
run: cargo test --verbose --color always

0 commit comments

Comments
 (0)