Skip to content

fix(ci): resolve Docker Integration Tests - Cargo.toml library path issue #37

@v1truv1us

Description

@v1truv1us

Problem

Docker Integration Tests are failing with:

error: failed to parse manifest at `/app/Cargo.toml`
  can't find library `src_tauri_lib`, rename file to `src/lib.rs` or specify lib.path

Root Cause

The Cargo.toml library configuration is not correctly set up for Docker builds.

Solution

  1. Verify src-tauri/Cargo.toml library path configuration
  2. Ensure library name matches actual file structure
  3. Test Docker build with corrected configuration

Priority

MEDIUM - Pre-existing infrastructure issue (not blocking PR #36)

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions