ci: use upstream rainix-rs-test reusable#200
Conversation
cargo test now runs through the new rainlanguage/rainix#150 reusable on ubuntu + macos. The local rainix.yaml shrinks to a single-job workflow for `test-wasm-build`, which is the only float-specific task left (cross-compile to wasm32). Drops the matrix wrapper, the soldeer install + forge build steps (rust crate compiles standalone via committed crates/float/abi/), and the deploy-related env vars (test-wasm-build doesn't deploy). Adds Swatinem/rust-cache@v2 to the test-wasm-build job so it benefits from the same incremental-rebuild cache as the upstream rs-static / rs-test reusables. flake.lock bumped to pull in rainix@5cf5346 (the rs-test reusable + rust-cache in rs-static + drop-fetch-depth changes from the recent rainix sweep). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Drops the local Rainix CI / test-wasm-build job entirely. Replaced by a one-line wrapper calling rainlanguage/rainix#151's reusable. Removes .github/workflows/rainix.yaml since this was its last remaining job. flake.lock bumped to rainix@edcd45a to pick up the rs-wasm reusable. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment: S/M/L PR Classification Guidelines:This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed. Small (S)Characteristics:
Review Effort: Would have taken 5-10 minutes Examples:
Medium (M)Characteristics:
Review Effort: Would have taken 15-30 minutes Examples:
Large (L)Characteristics:
Review Effort: Would have taken 45+ minutes Examples:
Additional Factors to ConsiderWhen deciding between sizes, also consider:
Notes:
|
Summary
cargo testmatrix fromrainix.yaml; replaced by a one-line wrapper callingrainlanguage/rainix/.github/workflows/rainix-rs-test.yaml@main(introduced in ci: reusable rainix-rs-test workflow rainix#150).rainix.yamltrims to a single-job workflow for the only float-specific task left:test-wasm-build(cross-compile to wasm32).forge soldeer install+forge buildsetup since the rust crate compiles standalone via the committedcrates/float/abi/artifacts.Swatinem/rust-cache@v2to the test-wasm-build job for the same incremental-rebuild cache.Test plan
rainix-rs-test / rs-test (ubuntu-latest),rainix-rs-test / rs-test (macos-latest), andRainix CI / test-wasm-buildall pass.🤖 Generated with Claude Code