Testing Nim Code Using Github Actions
Github has really improved lately with the addition of Github Actions. I’ll just refer to them as GA from here on. It’s very easy to add continuous integration tests and builds of your code if you’re using one of their supported languages like Node.js, Python or Ruby. But what if you want to test your Nim project? What are your options?
Compile nim from scratch GA’s are declared in YAML and let you run arbitrary commands.