From: Matt Corallo Date: Tue, 10 Jan 2023 05:40:39 +0000 (+0000) Subject: all tests X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=refs%2Fheads%2F2022-01-test-windows-lockorder;p=rust-lightning all tests --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5a038ed0..a381b56cf 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 && RUST_BACKTRACE=1 cargo test --verbose --color always --features backtrace chain::chainmonitor::tests + cd lightning && RUST_BACKTRACE=1 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