Skip to content

ci: add examples compilation check to CI workflows#198

Merged
joshrotenberg merged 1 commit intomainfrom
chore/update-examples-and-ci
Jan 4, 2026
Merged

ci: add examples compilation check to CI workflows#198
joshrotenberg merged 1 commit intomainfrom
chore/update-examples-and-ci

Conversation

@joshrotenberg
Copy link
Copy Markdown
Owner

Ensures examples are always compiled as part of CI to catch breaking changes early.

Changes

  • Add 'Build examples' step to main CI workflow test job (runs on all platforms)
  • Upgrade 'Test examples' to 'Build examples' in docker-tests job (uses build instead of check)
  • Add 'Check examples compile' step to quick-check workflow for fast PR feedback

This provides coverage at multiple levels:

  • Quick check: fast cargo check for immediate feedback on PRs
  • Main CI: full cargo build across all platforms (Ubuntu, macOS, Windows)
  • Docker tests: full cargo build alongside integration tests

- Add 'Build examples' step to main CI workflow test job
- Upgrade 'Test examples' to 'Build examples' in docker-tests job
- Add 'Check examples compile' step to quick-check workflow

This ensures examples are always compiled as part of CI, catching
any breaking changes early.
@joshrotenberg joshrotenberg merged commit f12f19d into main Jan 4, 2026
11 checks passed
@joshrotenberg joshrotenberg deleted the chore/update-examples-and-ci branch January 4, 2026 23:01
@github-actions github-actions Bot mentioned this pull request Jan 4, 2026
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.

1 participant