Virus-Axel / godot-solana-sdk

Build Solana games with godot. This GDExtension will enable godot to make on-chain and Solana integrated games.
MIT License
38 stars 12 forks source link

Add automatic tests #190

Closed Virus-Axel closed 7 months ago

Virus-Axel commented 7 months ago

There are no way to know if changes are breaking functionality. This makes maintainence crucial for new bugs on new commits. Automatic tests are added to avoid this by creating a github action that runs all example projects in the example directory. In this commit thex are also modified to exit on failure for github to distinguish failed from passed tests.