Skip to content

ci: add examples execution to CI workflow#25

Merged
chaliy merged 3 commits intomainfrom
claude/add-examples-ci-vK63O
Feb 1, 2026
Merged

ci: add examples execution to CI workflow#25
chaliy merged 3 commits intomainfrom
claude/add-examples-ci-vK63O

Conversation

@chaliy
Copy link
Contributor

@chaliy chaliy commented Feb 1, 2026

Summary

  • Add step to run all 4 examples (basic, custom_fs, resource_limits, text_processing) in CI
  • Ensures examples compile and execute successfully, not just lint via clippy

Test plan

  • CI passes with new examples step
  • All 4 examples run without errors

Run all four examples (basic, custom_fs, resource_limits, text_processing)
in CI to ensure they compile and execute successfully.

https://claude.ai/code/session_01GP1xvNqyp5NPcFJ2fRxvvD
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@chaliy chaliy changed the title Add example execution to CI pipeline ci: add examples execution to CI workflow Feb 1, 2026
The example was failing because it tried to write to /data/config.txt
without first creating the /data directory.

https://claude.ai/code/session_01GP1xvNqyp5NPcFJ2fRxvvD
The jq builtin doesn't support flags, only filter expressions.
Remove the raw output example that used jq -r.

https://claude.ai/code/session_01GP1xvNqyp5NPcFJ2fRxvvD
@chaliy chaliy merged commit cfd7ef4 into main Feb 1, 2026
4 checks passed
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.

2 participants