We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--feature backtrace
1 parent dc136f2 commit 18b1e86Copy full SHA for 18b1e86
.github/workflows/build.yml
@@ -149,7 +149,7 @@ jobs:
149
- name: Test backtrace-debug builds on Rust ${{ matrix.toolchain }}
150
if: "matrix.toolchain == 'stable'"
151
run: |
152
- cd lightning && cargo test --verbose --color always --features backtrace
+ cd lightning && RUST_BACKTRACE=1 cargo test --verbose --color always --features backtrace
153
- name: Test on Rust ${{ matrix.toolchain }} with net-tokio
154
if: "matrix.build-net-tokio && !matrix.coverage && matrix.build-tx-sync"
155
run: cargo test --verbose --color always
0 commit comments