Skip to content

ci: add debug and FFI fuzz guards#103

Merged
membphis merged 1 commit into
mainfrom
codex/issues-101-102-ci-guards
May 30, 2026
Merged

ci: add debug and FFI fuzz guards#103
membphis merged 1 commit into
mainfrom
codex/issues-101-102-ci-guards

Conversation

@membphis
Copy link
Copy Markdown
Collaborator

Summary

  • Add a debug scalar Rust CI gate with cargo test --no-default-features.
  • Add fuzz_ffi_ops to the short PR fuzz guard.
  • Document the local fuzz_ffi_ops fuzz command in CONTRIBUTING.

Closes #101.
Closes #102.

Test Plan

  • git diff --check -- .github/workflows/ci.yml CONTRIBUTING.md
  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/ci.yml"); puts "YAML parsed"'
  • cargo test --no-default-features
  • cargo +nightly fuzz run fuzz_ffi_ops -- -runs=1

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 30, 2026

Warning

Review limit reached

@membphis, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 20 minutes and 31 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 16768ef9-fa0b-4795-a673-53fd4188f545

📥 Commits

Reviewing files that changed from the base of the PR and between 3cc1d32 and 746f521.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • CONTRIBUTING.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/issues-101-102-ci-guards

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.

❤️ Share

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

@membphis membphis merged commit a0eb147 into main May 30, 2026
11 checks passed
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.

ci: run fuzz_ffi_ops in the PR fuzz guard ci: add a debug Rust test gate

1 participant