Skip to content

Conversation

@manojalluri
Copy link

Summary

This PR adds GitHub Actions CI workflow to automate testing for the CLU project.

Changes

  • Created .github/workflows/tests.yml with automated test workflow
  • Workflow triggers on push to master and pull requests to master branches
  • Tests run against Python 3.7, 3.8, 3.9, and 3.10 using matrix testing
  • Workflow steps: checkout code, setup Python, install dependencies, run pytest

Benefits

  • Automatic test execution on every commit and PR
  • Early detection of regressions across supported Python versions
  • Improved code quality and reliability
  • Enables merge-only-if-tests-pass policy

Issue

Closes #23

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.

The CLU GitHub project needs CI

1 participant