From: Matt Corallo Date: Tue, 10 Jan 2023 01:27:58 +0000 (+0000) Subject: try one test X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=c389b039be82079f5d7c40ded368e110c275ab08;p=rust-lightning try one test --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5a0de423..2db826da1 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 + cd lightning && RUSTC_BACKTRACE=1 cargo test --verbose --color always --features backtrace chain::chainmonitor::tests::test_async_ooo_offchain_updates - name: Test on Rust ${{ matrix.toolchain }} with net-tokio if: "matrix.build-net-tokio && !matrix.coverage" run: cargo test --verbose --color always