Context
ci.yml's test job runs cargo test --features testutils but rustdoc examples (if any are added to public functions) are not exercised by a separate --doc pass, so broken doc examples wouldn't fail CI.
Acceptance criteria
Files to touch
.github/workflows/ci.yml
Out of scope
- Unrelated refactors outside the files listed above
- Changes to unrelated contract functions not mentioned in this issue
Context
ci.yml's test job runs cargo test --features testutils but rustdoc examples (if any are added to public functions) are not exercised by a separate --doc pass, so broken doc examples wouldn't fail CI.
Acceptance criteria
Files to touch
.github/workflows/ci.yml
Out of scope