Run Golang Tests with Github Actions
Automation is great (right?!) and it can be so easy these days to run your tests automatically on any new pull request or code change. In this post we outline how you can automatically run your Go (golang) test for your project by using Github Actions. The results will then show within Github and is configured using a yaml file.
To get this running, you will need to create a workflow file (as shown below). Which will essentially do the following: