From: Valentine Wallace Date: Wed, 17 Feb 2021 18:59:34 +0000 (-0500) Subject: only run failing test X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=e620a763156fac5ab943045a89d9ab57e6f2e6c5;p=rust-lightning only run failing test --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58454aaa4..91b4f4ec5 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 + run: cargo test --verbose --color always -- --nocapture test_filesystem_persister - 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