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