AgreeableDeerGames / GameBackbone

2D game framework
MIT License
11 stars 4 forks source link

Enable running unit tests for linux on CI #230

Open lavinrp opened 4 years ago

lavinrp commented 4 years ago

Is your feature request related to a problem? Please describe. Unit tests on linux often fail even when they pass on windows. To fully prevent regressions on linux we need to continue to test on linux with every push.

Describe the solution you'd like Run the full GB test suite on linux with every push

Additional context This will require some work with virtual x servers like xvfb