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 Github Actions #10

Merged
merged 3 commits into from
Oct 3, 2021
Merged

Add Github Actions #10

merged 3 commits into from
Oct 3, 2021

Conversation

DonRenando
Copy link
Contributor

#3 Add Github Actions to test and build go code

Copy link
Member

@jmaitrehenry jmaitrehenry left a comment

Choose a reason for hiding this comment

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

Thanks for your PR, it's really clean!
Can you just add the cover option and I will merge it?

- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test -v ./...
Copy link
Member

Choose a reason for hiding this comment

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

Can you add --cover option?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes of course :)

Copy link
Member

@jmaitrehenry jmaitrehenry left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants