nickna / Neighborly

An open-source vector database
MIT License
9 stars 2 forks source link

Add unit test execution to CI/CD pipeline #42

Closed nickna closed 3 weeks ago

nickna commented 3 weeks ago

Description:

Have the Neighborly Test project build and run as part of Pull Request merge checks. This should apply to the master and develop branches.

If a test fails, the Pull Request cannot be merged. The test output (e.g., failure) should be shown in the PR dialog, allowing the developer to fix it or cancel their PR.

Tasks:

  1. Create GitHub workflow file(s)
  2. Test against changes

Impact: This helps ensure that incoming pull requests don't introduce regressions.

nickna commented 3 weeks ago

Done. Unit tests now run in master and develop.