Skip to content

Fix missing test libra in Action - #1280

Closed
genedna wants to merge 1 commit into
gitmono-dev:mainfrom
genedna:main
Closed

Fix missing test libra in Action#1280
genedna wants to merge 1 commit into
gitmono-dev:mainfrom
genedna:main

Conversation

@genedna

@genedna genedna commented Jul 29, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

Signed-off-by: Mega <mega@github.com>
Copilot AI review requested due to automatic review settings July 29, 2025 03:05
@vercel

vercel Bot commented Jul 29, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mega ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 29, 2025 3:06am

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes missing test coverage for the libra component in the GitHub Actions workflow. The change ensures that the libra Rust package is included in the automated testing pipeline alongside other components like ceres, vault, and saturn.

  • Adds libra component to the test execution in the GitHub Actions workflow
  • Removes alfs and rust paths from the workflow ignore list to enable testing for these components

cargo test --manifest-path ceres/Cargo.toml --all-features --no-fail-fast -- --nocapture
cargo test --manifest-path vault/Cargo.toml --all-features --no-fail-fast -- --nocapture
cargo test --manifest-path saturn/Cargo.toml --all-features --no-fail-fast -- --nocapture
cargo test --manifest-path libra/Cargo.toml --all-features --no-fail-fast -- --nocapture

Copilot AI Jul 29, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title contains a typo: 'libra' should be 'Libra' for consistency with the component name, or the title should read 'Fix missing test for libra in Action' rather than 'Fix missing test libra in Action'.

Copilot uses AI. Check for mistakes.
@genedna
genedna disabled auto-merge July 29, 2025 03:10
@genedna
genedna enabled auto-merge July 29, 2025 03:21
@genedna
genedna disabled auto-merge July 29, 2025 03:29
@genedna
genedna enabled auto-merge July 29, 2025 03:30
@genedna genedna closed this Jul 29, 2025
auto-merge was automatically disabled July 29, 2025 03:30

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants