Closed Moosems closed 7 months ago
My old project (now defunct) did something similar here with one workflow for package building and test running
The .mojopkg
file could also be automatically added to new releases for ease of importing
Closing in favor of #25
Is your feature request related to a problem? Please describe. I want to contribute to the project but because I can't actually test the code I make locally (Intel Mac lol) it would be nice to be able to fork the repo, write the changes, and have tests run through a GH action to ensure the code actually works.
Describe the solution you'd like A GH action is created that compiles the library and then runs all files in a
tests
folder and returns all the resultsDescribe alternatives you've considered Getting a new computer?