-
-
Notifications
You must be signed in to change notification settings - Fork 434
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 test gh action #306
base: master
Are you sure you want to change the base?
Add test gh action #306
Conversation
For this |
Hey @its-a-feature, sorry for the delay, but yep, it'll run all test and if one fail, go test will return a status code 1, and the github action will then error out. I'm putting the -v so it's a bit more verbose, but that's something you can tweak to your need later. Example (created a dummy fake test, that only fails, locally):
Running the Github action locally via act returns:
|
As more test may be added in the future, related to #286, I believe adding a small CI runner (free for small public repo like these) would be beneficial and help new developers onboard more confidently.
Adding other checks such as linter can be done as well later on :)