-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: Implemented build checks using Github Actions for Go-SDK #125
feat: Implemented build checks using Github Actions for Go-SDK #125
Conversation
Signed-off-by: khanjasir90 <khanmohdjasir@gmail.com>
@slayerjain after rebase build works properly though tests are failing due to some connection error could u pls look into that |
@slayerjain ig we should remove the test job for the time being! since the pr is focused on build. what are ur thoughts on this. |
@khanjasir90 We are planning to add tests in coming future, so it would be good to keep it. Give me sometime. I’ll look into this error |
Got it! |
…r90/added-build-checks-using-github-actions
I'm commenting tests with require mocking so that tests can pass. We uncovered this issue when we tried to add a build pipeline - which includes go test in #125 Signed-off-by: slayerjain <shubhamkjain@outlook.com>
I'm commenting tests with require mocking so that tests can pass. We uncovered this issue when we tried to add a build pipeline - which includes go test in #125 Signed-off-by: slayerjain <shubhamkjain@outlook.com> Signed-off-by: slayerjain <shubhamkjain@outlook.com>
@khanjasir90 please rebase with the |
@slayerjain will do it asap! |
@slayerjain it works 👍! go test now works! now we can add more strict i.e min 2 reviews required before merge ! |
@khanjasir90 yes, this look perfect. Thanks! |
Signed-off-by: khanjasir90 khanmohdjasir@gmail.com
Implemented build checks using github actions for go-sdk