rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Add a build verification step to the build-and-release workflow #126

Open Duckwhale opened 2 years ago

Duckwhale commented 2 years ago

This should make sure the built binary works exactly the same as the local development version. It will probably suffice to simply run it and execute the full test suite? This should be done before any actual releases are published, and it may involve some ugly xwindow hack for Linux even if Electron is run in CLI-only mode.