Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI automation for tests and benchmarks #5

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

PKD667
Copy link
Owner

@PKD667 PKD667 commented May 2, 2024

Implements GitHub Actions workflows for automated testing and benchmarking, and updates the README.md to reflect these changes.

  • GitHub Actions Workflows Added
    • Adds .github/workflows/run_tests.yml to automatically run tests on push and pull requests using make test.
    • Adds .github/workflows/run_benchmarks.yml to automatically run benchmarks on push using make benchmark.
  • README.md Updated
    • Introduces a new section detailing the automation of testing and benchmarking with GitHub Actions, including workflow status badges for both test and benchmark workflows.

@PKD667 PKD667 merged commit 11b4c36 into main May 2, 2024
1 of 2 checks 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