diff --git a/.github/workflows/graph-ci.yml b/.github/workflows/graph-ci.yml index 01270a9f..70bfe326 100644 --- a/.github/workflows/graph-ci.yml +++ b/.github/workflows/graph-ci.yml @@ -46,7 +46,7 @@ jobs: - name: Run clippy working-directory: crates/ruvector-graph - run: cargo clippy --all-targets --all-features -- -D warnings + run: cargo clippy -p ruvector-graph --all-targets --all-features -- -D warnings -A missing_docs - name: Run tests working-directory: crates/ruvector-graph @@ -287,7 +287,7 @@ jobs: run: cargo install cargo-audit - name: Run security audit - run: cargo audit --ignore RUSTSEC-2024-0384 --ignore RUSTSEC-2025-0119 --ignore RUSTSEC-2024-0436 --ignore RUSTSEC-2024-0370 --ignore RUSTSEC-2025-0124 --ignore RUSTSEC-2024-0408 + run: cargo audit --ignore RUSTSEC-2024-0384 --ignore RUSTSEC-2025-0119 --ignore RUSTSEC-2024-0436 --ignore RUSTSEC-2024-0370 --ignore RUSTSEC-2025-0124 --ignore RUSTSEC-2024-0408 --ignore RUSTSEC-2024-0437 coverage: name: Code Coverage