diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75224f3..1890410 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,10 @@ jobs: uses: actions-rs/cargo@v1 with: command: check + args: --features backend-sql - name: Test uses: actions-rs/cargo@v1 with: command: test + args: --features backend-sql