Skip to content

Conversation

@ExplorerRay
Copy link
Contributor

I added pytest into github action so that it will run tests/test_* when creating PR or push.

Signed-off-by: Ray Huang <bjhuang@cs.nycu.edu.tw>
Copilot AI review requested due to automatic review settings December 5, 2025 14:32
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances the CI/CD pipeline by adding automated testing with pytest to the GitHub Actions workflow. The workflow now runs both linting (pylint) and testing (pytest) on every push and pull request, providing comprehensive code quality checks.

  • Adds pytest execution step to GitHub Actions workflow
  • Renames workflow from "Pylint" to "Python linting and testing" to reflect expanded scope
  • Renames job from "build" to "lint_and_test" for better clarity

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@congwang-mk congwang-mk merged commit 6e0c64d into multikernel:main Dec 5, 2025
8 checks passed
@ExplorerRay ExplorerRay deleted the ci-add-test branch December 6, 2025 14:49
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.

2 participants