From 9826221794fc684103b10b9ace7ad30f297c5aab Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 7 Feb 2024 11:45:48 +0100 Subject: [PATCH] Only run once --- .github/workflows/rust-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index d8727bf..82cdb99 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -45,6 +45,7 @@ jobs: - name: cargo test run: cargo test ${{ matrix.features }} - name: Test connection reuse + if: ${{ matrix.features == '--features sparse' }} run: | cargo run --manifest-path tests/connect/Cargo.toml