test backtrack
authorMatt Corallo <git@bluematt.me>
Tue, 10 Jan 2023 01:13:19 +0000 (01:13 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 10 Jan 2023 01:13:19 +0000 (01:13 +0000)
.github/workflows/build.yml

index f27a2ccf863fa0348295a3f0c56810fa48280eb7..b8d41291ef2a9dd16f2d5e33abb4af9a81499c01 100644 (file)
@@ -111,7 +111,7 @@ jobs:
       - name: Test backtrace-debug builds on Rust ${{ matrix.toolchain }}
         if: "matrix.toolchain == 'stable'"
         run: |
-          cd lightning && cargo test --verbose --color always --features backtrace
+          export RUSTC_BACKTRACE=1 && cd lightning && cargo test --verbose --color always --features backtrace
       - name: Test on Rust ${{ matrix.toolchain }} with net-tokio
         if: "matrix.build-net-tokio && !matrix.coverage"
         run: cargo test --verbose --color always