- Notifications
You must be signed in to change notification settings - Fork899
add ci build job#36
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this 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 adds a GitHub Actions workflow to run unit tests and build the binary in response to code pushes and pull requests.
- Introduces a new workflow file to run tests and build the binary.
- Utilizes a matrix strategy to test on Ubuntu, Windows, and macOS.
Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon.Learn more
Uh oh!
There was an error while loading.Please reload this page.
e426b6e
intomainUh oh!
There was an error while loading.Please reload this page.
Context
This PR adds an actions workflow to run unit tests and build the binary on push and pull requests.