From 56c2dc9a37b3532331b1ba367f6ed14cddd8847b Mon Sep 17 00:00:00 2001 From: pxp9 <48651252+pxp9@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:48:12 +0200 Subject: [PATCH] fixing workflow --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a324d002..9b115f58 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -81,7 +81,7 @@ jobs: - name: Run tests uses: actions-rs/cargo@v1 with: - command: test + command: test "asynk::async_queue::postgres" args: --verbose --features asynk-postgres - name: Run dirty tests @@ -124,7 +124,7 @@ jobs: - name: Run tests uses: actions-rs/cargo@v1 with: - command: test + command: test "asynk::async_queue::sqlite" args: --verbose --features asynk-sqlite - name: Run dirty tests