saviorand / lightbug_http

Simple and fast HTTP framework for Mojo! 🔥
MIT License
394 stars 27 forks source link

Tests #21

Closed Moosems closed 2 months ago

Moosems commented 3 months ago

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 results

Describe alternatives you've considered Getting a new computer?

Moosems commented 3 months ago

My old project (now defunct) did something similar here with one workflow for package building and test running

Moosems commented 3 months ago

The .mojopkg file could also be automatically added to new releases for ease of importing

Moosems commented 2 months ago

Closing in favor of #25