diff --git a/.github/workflows/ruvector-postgres-ci.yml b/.github/workflows/ruvector-postgres-ci.yml index 70ac6fa1..6b541426 100644 --- a/.github/workflows/ruvector-postgres-ci.yml +++ b/.github/workflows/ruvector-postgres-ci.yml @@ -86,7 +86,7 @@ jobs: working-directory: crates/ruvector-postgres - name: Check formatting - run: cargo fmt --all -- --check + run: cargo fmt -- --check working-directory: crates/ruvector-postgres - name: Run Clippy