Skip to content

CI: run the embeddings-gated test suites #22

Description

@RodCor

CI currently runs cargo test --workspace with default (lean) features, so the daemon / reranker / ANN unit tests — which are gated behind --features embeddings — never execute in CI (they're run manually today). Add a job (Linux is enough) that runs cargo test --workspace --features embeddings. Note: first run downloads embedding models (~100-200MB), so cache ~/.cache/huggingface and the fastembed cache between runs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions