Skip to content

fix(ci): speed up CI builds with quick profile#6504

Merged
hanabi1224 merged 1 commit intomainfrom
hm/speed-up-ci-with-quick-profile
Jan 29, 2026
Merged

fix(ci): speed up CI builds with quick profile#6504
hanabi1224 merged 1 commit intomainfrom
hm/speed-up-ci-with-quick-profile

Conversation

@hanabi1224
Copy link
Copy Markdown
Contributor

@hanabi1224 hanabi1224 commented Jan 29, 2026

Summary of changes

Changes introduced in this pull request:

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 CI/CD workflow configurations to optimize internal build and test processes.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jan 29, 2026

Walkthrough

Two GitHub Actions workflow files are updated to modify mise command arguments: the forest workflow adds a "quick" argument to the install step, while the unit-tests workflow switches from a "release" to "quick" test profile.

Changes

Cohort / File(s) Summary
CI/CD Workflow Configuration
.github/workflows/forest.yml, .github/workflows/unit-tests.yml
Updates mise command profiles: forest workflow appends "quick" to the install step, and unit-tests workflow changes test command from "release" to "quick" profile.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Suggested reviewers

  • akaladarshi
  • sudo-shashank
  • LesnyRumcajs
🚥 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: switching CI workflows to use a 'quick profile' for faster builds. It directly reflects the modifications across both workflow files.
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.


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

@hanabi1224 hanabi1224 marked this pull request as ready for review January 29, 2026 07:07
@hanabi1224 hanabi1224 requested a review from a team as a code owner January 29, 2026 07:07
@hanabi1224 hanabi1224 requested review from LesnyRumcajs and akaladarshi and removed request for a team January 29, 2026 07:07
@hanabi1224 hanabi1224 enabled auto-merge January 29, 2026 07:15
@hanabi1224 hanabi1224 added this pull request to the merge queue Jan 29, 2026
Merged via the queue into main with commit febcb30 Jan 29, 2026
40 of 41 checks passed
@hanabi1224 hanabi1224 deleted the hm/speed-up-ci-with-quick-profile branch January 29, 2026 08:07
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