magicblock-labs / bolt

High-performance, Composable framework for Fully On Chain Games and Autonomous Worlds
https://book.boltengine.gg
MIT License
31 stars 10 forks source link

Separate core test and SDK usage test #102

Open notdanilo opened 3 days ago

notdanilo commented 3 days ago

Is your feature request related to a problem? Please describe. SDK tests (with the examples) depend on secret keys, it means that on pull_request workflows wont' work. We want to be able to test PRs. The tests are currently running on pull_request_target and on main. It might make sense for testing core.

Describe the solution you'd like Separate SDK tests from bolt core program tests (world, bolt-component, bolt-system). SDK examples keypairs could be dynamically generated.

notdanilo commented 3 days ago

In fact, would it even possible to not rely on any secret for testing the code? :)