Skip to content

feat: selftest workflow#5

Merged
mosteo merged 8 commits intomainfrom
feat/selftest
Jan 28, 2026
Merged

feat: selftest workflow#5
mosteo merged 8 commits intomainfrom
feat/selftest

Conversation

@mosteo
Copy link
Copy Markdown
Member

@mosteo mosteo commented Jan 28, 2026

No description provided.

@mosteo mosteo marked this pull request as ready for review January 28, 2026 12:25
Copilot AI review requested due to automatic review settings January 28, 2026 12:25
@mosteo mosteo merged commit 5975c05 into main Jan 28, 2026
9 checks passed
@mosteo mosteo deleted the feat/selftest branch January 28, 2026 12:26
Copy link
Copy Markdown

Copilot AI left a comment

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 adds a self-testing workflow to the resources crate, enabling automated testing across multiple platforms. The PR introduces test actions in the Alire configuration and a GitHub Actions workflow to build and run tests on various operating systems and architectures.

Changes:

  • Added test actions to alire.toml that build and run tests using the alr command
  • Created a GitHub Actions workflow that runs tests on multiple platforms (Linux, macOS, Windows) with different architectures

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
alire.toml Adds two test actions: one to build tests with validation profile, and one to run tests
.github/workflows/selftest.yml Creates a new workflow that runs tests across multiple OS/architecture combinations using the Alire toolchain

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

test:
strategy:
fail-fast: false
# Remove to cancel all jobs upon the first failure
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

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

The comment "Remove to cancel all jobs upon the first failure" is ambiguous. It's unclear what should be removed. If the intent is to enable fail-fast behavior (canceling all jobs on first failure), the comment should clarify that the 'fail-fast: false' line should be removed or changed to 'fail-fast: true'. Consider rewording to: "Set to true to cancel all jobs upon the first failure" or "Remove 'fail-fast: false' to cancel all jobs upon the first failure".

Suggested change
# Remove to cancel all jobs upon the first failure
# Set to true to cancel all jobs upon the first failure

Copilot uses AI. Check for mistakes.
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.

2 participants