Skip to content

Add CI workflow running the test suite on push and PR - #14

Merged
barkz merged 1 commit into
mainfrom
ci/add-test-workflow
Aug 16, 2026
Merged

Add CI workflow running the test suite on push and PR#14
barkz merged 1 commit into
mainfrom
ci/add-test-workflow

Conversation

@barkz

@barkz barkz commented Aug 16, 2026

Copy link
Copy Markdown
Owner

Runs 721 tests on Python 3.9-3.13 (Linux) plus 3.12 on macOS, where the
installer's app-bundle path actually exercises.

Also guards two project invariants that are easy to break silently:

  • no pyproject.toml/setup.py/requirements.txt, i.e. zero runtime dependencies
  • the build leaves no artifacts in the working tree

Until now there were no workflows, so 'gh pr merge --admin' bypassed nothing.

Co-Authored-By: Claude Opus 5 noreply@anthropic.com

Runs 721 tests on Python 3.9-3.13 (Linux) plus 3.12 on macOS, where the
installer's app-bundle path actually exercises.

Also guards two project invariants that are easy to break silently:
- no pyproject.toml/setup.py/requirements.txt, i.e. zero runtime dependencies
- the build leaves no artifacts in the working tree

Until now there were no workflows, so 'gh pr merge --admin' bypassed nothing.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@barkz
barkz merged commit fff248a into main Aug 16, 2026
1 check 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.

1 participant