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

Add basic CI using github actions #33

Merged
merged 2 commits into from
Feb 20, 2023
Merged

Add basic CI using github actions #33

merged 2 commits into from
Feb 20, 2023

Conversation

ffromani
Copy link
Contributor

wire in the minimal CI support with vetting and unit tests

fixes #32

bootstrap the makefile adding basic targets to run vet and run the unit test suite,
both to be used in CI.

Signed-off-by: Francesco Romani <[email protected]>
Comment on lines 23 to 24
- name: Vet
run: go vet ./...

Choose a reason for hiding this comment

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

should the Makefile target vet be used instead here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's better indeed, fixing

bootstrap the basic CI with go vet and unit tests
unit tests proper to be added in future PRs.

Signed-off-by: Francesco Romani <[email protected]>
Copy link

@fmuyassarov fmuyassarov left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@marquiz marquiz left a comment

Choose a reason for hiding this comment

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

/lgtm

@ffromani ffromani merged commit 3ea63c3 into master Feb 20, 2023
@ffromani ffromani deleted the add-ci-gh-actions branch February 20, 2023 12:03
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.

setup basic CI
3 participants