From 9fda95a65de183aa6e7b17f02f163e1c1e3ac731 Mon Sep 17 00:00:00 2001 From: Valentine Wallace Date: Wed, 17 Feb 2021 13:13:09 -0500 Subject: [PATCH] ok try w/ 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 81408844..ad376bd1 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 -- 2.30.2