From: Valentine Wallace Date: Wed, 17 Feb 2021 18:13:09 +0000 (-0500) Subject: ok try w/ all tests X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=9fda95a65de183aa6e7b17f02f163e1c1e3ac731;p=rust-lightning ok try w/ all tests --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 814088448..ad376bd19 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: # cd .. - name: Test on Rust ${{ matrix.toolchain }} with net-tokio if: "matrix.build-net-tokio && !matrix.coverage" - run: cargo test --verbose --color always -- --nocapture test_backgr + run: cargo test --verbose --color always -- --nocapture # - name: Test on Rust ${{ matrix.toolchain }} with net-tokio and full code-linking for coverage generation # if: matrix.coverage # run: RUSTFLAGS="-C link-dead-code" cargo test --verbose --color always