From: Matt Corallo Date: Tue, 10 Jan 2023 01:32:47 +0000 (+0000) Subject: f im an idiot X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=dad2b3b82e9b5ee97924bf90a026ee24f322aa1f;p=rust-lightning f im an idiot --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbcadd8fb..e5a038ed0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: if: "matrix.toolchain == 'stable'" shell: bash # Default on Winblows is powershell run: | - cd lightning && RUSTC_BACKTRACE=1 cargo test --verbose --color always --features backtrace chain::chainmonitor::tests + cd lightning && RUST_BACKTRACE=1 cargo test --verbose --color always --features backtrace chain::chainmonitor::tests - name: Test on Rust ${{ matrix.toolchain }} with net-tokio if: "matrix.build-net-tokio && !matrix.coverage" run: cargo test --verbose --color always