Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust examples should be tested #4979

Open
jmayclin opened this issue Dec 16, 2024 · 0 comments
Open

rust examples should be tested #4979

jmayclin opened this issue Dec 16, 2024 · 0 comments

Comments

@jmayclin
Copy link
Contributor

Problem:

Our Rust examples should be run in CI to confirm that they still successfully operate. We have had cases in the past where our "normal" CI missed regressions that our examples actually would have caught.

Solution:

  1. invoke CI though commands and check for a non-zero exit code.
  2. some examples are already written as tests, this pattern could be more widely adopted.

Requirements / Acceptance Criteria:

If a PR breaks an example, CI should fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants