Skip to content
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

Merged
merged 1 commit into from
Jan 25, 2024
Merged

feat: add github ci step #39

merged 1 commit into from
Jan 25, 2024

Conversation

CoderTH
Copy link
Contributor

@CoderTH CoderTH commented Dec 14, 2023

Add a new ut step to the CI pipeline

image

uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: make test
Copy link
Member

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.

Copy link
Contributor Author

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.

@elezar
Copy link
Member

elezar commented Jan 23, 2024

@CoderTH please sign-off your commit so that I can retrigger the checks.

Signed-off-by: coderth <[email protected]>
@CoderTH
Copy link
Contributor Author

CoderTH commented Jan 24, 2024

@CoderTH please sign-off your commit so that I can retrigger the checks.

ok,done

@CoderTH
Copy link
Contributor Author

CoderTH commented Jan 25, 2024

@elezar cc

Copy link
Member

@elezar elezar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@elezar elezar merged commit 5f8e1c7 into NVIDIA:main Jan 25, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants