-
Notifications
You must be signed in to change notification settings - Fork 49
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: add github ci step #39
Conversation
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.20' | ||
- run: make test |
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.
Just a note is that the the build.Tests
step also runs the unit tests, although these are not as visible as your job.
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.
So can I assume that Build.Test doesn't really need it? I deleted it.
439cadc
to
731670d
Compare
@CoderTH please sign-off your commit so that I can retrigger the checks. |
Signed-off-by: coderth <[email protected]>
731670d
to
77e13b0
Compare
ok,done |
@elezar cc |
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.
LGTM
Add a new ut step to the CI pipeline