Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ on:
workflow_dispatch:
pull_request:
paths-ignore:
- 'alfs/**'
- 'aries/**'
- 'config/**'
- 'docker/**'
- 'docs/**'
- 'moon/**'
- 'rust/**'
- 'scripts/**'
- 'third-party/**'
- 'toolchains/**'
Expand Down Expand Up @@ -105,6 +103,7 @@ jobs:
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.

monobean:
name: Test Monobean for ${{ matrix.os }}
Expand Down
Loading