Fuzz/randomized testing
Testing Strategy ยท Tier 1
Fuzz, randomized, or property-based tests in CI.
Examples
| Repo | Workflow | Source |
|---|---|---|
| oxc-project/oxc | miri | .github/workflows/miri.yml |
| prometheus/prometheus | ci | .github/workflows/ci.yml |
| prometheus/prometheus | fuzzing | .github/workflows/fuzzing.yml |
| python/cpython | build | .github/workflows/build.yml |
| python/cpython | reusable-cifuzz | .github/workflows/reusable-cifuzz.yml |