-
Notifications
You must be signed in to change notification settings - Fork 108
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
Switch test and build to GitHub actions #91
Conversation
7ec7689
to
96466e5
Compare
84c2e13
to
fef4f1a
Compare
fef4f1a
to
77f28ef
Compare
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.
Excellent initiative @elivlo ! You're giving a second life to the project with PRs like this one :D
I have a few small suggestions, let me know what you think
Co-authored-by: Brendan Le Glaunec <brendan.le-glaunec@epitech.eu>
0b93b31
to
78008cb
Compare
Last thing to do before this can be merged, run the following command and push the resulting changes: go mod tidy ; go fmt ./... Great work 👍 |
Thanks! 😃 |
This PR will remove travis-ci and now uses GitHub actions to build, test and push the test result to "coveralls.io".
.go
file.