Skip to content

Add GitHub Actions test workflow#20

Merged
adulau merged 1 commit into
mainfrom
codex/add-github-action-for-tests
Jul 10, 2026
Merged

Add GitHub Actions test workflow#20
adulau merged 1 commit into
mainfrom
codex/add-github-action-for-tests

Conversation

@adulau

@adulau adulau commented Jul 10, 2026

Copy link
Copy Markdown
Member

Motivation

  • Provide CI that runs the test suite on push and pull_request to catch regressions automatically.

Description

  • Add .github/workflows/tests.yml which runs python -m pytest on ubuntu-latest across Python versions 3.10, 3.11, 3.12, and 3.13, using actions/checkout@v4, actions/setup-python@v5 with pip caching, and installing test deps via python -m pip install -e . pytest.

Testing

  • Ran python -m pytest -q locally and received 31 passed indicating the test suite succeeds.

Codex Task

@adulau adulau merged commit 4a32e70 into main Jul 10, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant