Skip to content

Add CI workflow for native unit tests - #3

Merged
thePunderWoman merged 1 commit into
mainfrom
ci/native-tests
Aug 2, 2026
Merged

Add CI workflow for native unit tests#3
thePunderWoman merged 1 commit into
mainfrom
ci/native-tests

Conversation

@thePunderWoman

Copy link
Copy Markdown
Owner

Summary

  • Adds a GitHub Actions workflow (.github/workflows/test.yml) that runs pio test -e native on every push/PR to main, per CONTRIBUTING.md's note that CI only runs the native unit tests.
  • Caches ~/.platformio and pip so runs are fast after the first one.

Test plan

  • YAML reviewed for correctness (no local act/actionlint available in this environment)
  • Confirm the workflow run succeeds on GitHub once this PR is opened

🤖 Generated with Claude Code

Runs `pio test -e native` on push/PR to main, matching the
CONTRIBUTING.md guidance that CI covers the hardware-free test suite.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@thePunderWoman
thePunderWoman merged commit 2c2747e into main Aug 2, 2026
1 check passed
@thePunderWoman
thePunderWoman deleted the ci/native-tests branch August 2, 2026 16:48
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