f im an idiot
[rust-lightning] / .github / workflows / build.yml
index cbcadd8fb3ffb1497605454bee5c8b3304369a5c..e5a038ed05cad89b61517275db81322b12ee890d 100644 (file)
@@ -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