-
Notifications
You must be signed in to change notification settings - Fork 10
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
Setup CI job to run unit tests #2
Comments
@afrittoli I have created this GitHub Action please see the pull request #16 |
Should we bring this PR from sig-events into this issue, or should it be a separate issue to actually implement some unit tests for the Go SDK? |
Sounds good to me @e-backmark-ericsson |
The test in the new SDK already provide coverage for the new code base. |
Closing this issue in accordance with above comment |
Sorry, closed this issue by mistake. Should have closed the mentioned PR in sig-events instead. Fixed that now. |
This is actually closed, thanks @bradmccoydev for adding the CI jobs! |
Using GitHub actions, setup a CI job to run unit tests against all PRs and one CI job for linting.
The repo includes a makefile with targets already defined for that:
The text was updated successfully, but these errors were encountered: