Skip to content

chore: allow quick-test profile for mise run install#6626

Merged
LesnyRumcajs merged 1 commit intomainfrom
allow-quick-test-for-install
Feb 18, 2026
Merged

chore: allow quick-test profile for mise run install#6626
LesnyRumcajs merged 1 commit intomainfrom
allow-quick-test-for-install

Conversation

@LesnyRumcajs
Copy link
Copy Markdown
Member

@LesnyRumcajs LesnyRumcajs commented Feb 18, 2026

Summary of changes

Changes introduced in this pull request:

  • this should reduce compilation times when some tooling is needed for tests, e.g., fetching RPC snapshots.
  • optimized one compilation in tests

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Outside contributions

  • I have read and agree to the CONTRIBUTING document.
  • I have read and agree to the AI Policy document. I understand that failure to comply with the guidelines will lead to rejection of the pull request.

Summary by CodeRabbit

  • Chores
    • Updated build and test configuration infrastructure to improve testing workflows.

@LesnyRumcajs LesnyRumcajs requested a review from a team as a code owner February 18, 2026 13:08
@LesnyRumcajs LesnyRumcajs requested review from akaladarshi and sudo-shashank and removed request for a team February 18, 2026 13:08
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 18, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

The changes introduce a new "quick-test" build profile by updating the CI workflow to use it instead of "quick" and adding it as a valid option in the mise configuration file.

Changes

Cohort / File(s) Summary
Quick-test Profile Introduction
.github/workflows/unit-tests.yml, mise.toml
Updated CI workflow to use --profile quick-test for fetching test snapshots; added "quick-test" as a valid profile choice in mise.toml configuration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • akaladarshi
  • sudo-shashank
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: enabling the quick-test profile for mise run install, which aligns with the file modifications and PR objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch allow-quick-test-for-install

Comment @coderabbitai help to get the list of available commands and usage tips.

@LesnyRumcajs LesnyRumcajs added this pull request to the merge queue Feb 18, 2026
Merged via the queue into main with commit 3f6089c Feb 18, 2026
36 checks passed
@LesnyRumcajs LesnyRumcajs deleted the allow-quick-test-for-install branch February 18, 2026 16:50
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