You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
invoke CI though commands and check for a non-zero exit code.
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.
The text was updated successfully, but these errors were encountered:
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:
Requirements / Acceptance Criteria:
If a PR breaks an example, CI should fail.
The text was updated successfully, but these errors were encountered: