From 4873a3e347fa6511a5e96341aef946c6c0c6e286 Mon Sep 17 00:00:00 2001 From: Max Countryman Date: Mon, 22 Jan 2024 12:41:58 -0800 Subject: [PATCH] do not use features --- .github/workflows/rust.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3e06b65..5b4fe04 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -56,22 +56,18 @@ jobs: docker: true - store: postgres_store - features: postgres docker: true - store: mysql_store - features: mysql docker: true - store: sqlite_store - features: sqlite docker: false - store: moka_store docker: false - store: caching_store - features: moka-store,sqlite docker: false steps: @@ -86,4 +82,4 @@ jobs: docker compose -f tests/docker-compose.yml up ${{ matrix.store }} -d - name: Run integration tests run: | - cargo nextest run ${{ matrix.store }}_test --test test-integration --features ${{ matrix.features }} + cargo nextest run ${{ matrix.store }}_test --test test-integration