From 730526943f715feeb06b48f6b6115635bfe2dd62 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 10 Jan 2023 05:40:39 +0000 Subject: [PATCH] all tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5a038ed..a381b56c 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 -- 2.30.2