faiface / pixel

A hand-crafted 2D game library in Go
MIT License
4.46k stars 245 forks source link

Add testing workflow for github actions #300

Closed bencarrr closed 1 month ago

bencarrr commented 2 years ago

I can see its building but just need to do some tweaks

cebarks commented 2 years ago

Ideally i think we should run tests for all OSs we support, but not sure if github actions supports that though. Also does the environment support an opengl implementation? if so, i think it'd be awesome if we could also run the pixel test suite.

Thanks for taking this on @Benjyclay !