-
Notifications
You must be signed in to change notification settings - Fork 67
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 Go builds and tests in the CI #107
Conversation
e6780e0
to
95cfcf9
Compare
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.
Looks great! Just minor comments.
I've simplified the
|
I've added new changelog entries for the changes in this PR. I promise this is the last review request 😅 |
The file was renamed in commit fb059d but the workflow wasn't updated accordingly
This problem was signaled by the linter tool introduced in 01c62e
This PR adds new steps to build and test Go code and a new workflow to format and lint it. I've added a single
GraphQLService
test to ensure the CI is running tests. If you feel there's an opportunity to write more, let me know and I'll gladly do it.Example runs:
Closes #108