DoubleDeez / MDFramework

A multiplayer C# game framework for Godot 3.4 Mono.
https://discord.gg/UH49eHK
MIT License
77 stars 13 forks source link

Add Integration Test GitHub Action #79

Open DoubleDeez opened 3 years ago

DoubleDeez commented 3 years ago

We have a GitHub action that builds the dll already, it would be beneficial to add a job that can run 3 instances of the example project, 1 server and 2 clients. Test scenes could then be built in the example project to automatic test the frameworks features.