<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Github on Gopher Coding</title><link>https://gophercoding.com/tags/github/</link><description>Recent content in Github on Gopher Coding</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Sun, 02 Apr 2023 12:13:48 +0100</lastBuildDate><atom:link href="https://gophercoding.com/tags/github/index.xml" rel="self" type="application/rss+xml"/><item><title>Run Golang Tests with Github Actions</title><link>https://gophercoding.com/run-go-tests-with-github-actions/</link><pubDate>Tue, 21 Jun 2022 18:30:00 +0000</pubDate><guid>https://gophercoding.com/run-go-tests-with-github-actions/</guid><description>&lt;p>Automation is great (&lt;em>right?!&lt;/em>) 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 &lt;strong>Go&lt;/strong> (golang) test for your project by using &lt;strong>Github Actions&lt;/strong>. The results will then show within Github and is configured using a &lt;strong>yaml&lt;/strong> file.&lt;/p>
&lt;p>To get this running, you will need to create a workflow file (as shown below). Which will essentially do the following:&lt;/p></description></item></channel></rss>