rewin123 / space_editor

bevy prefab editor
MIT License
386 stars 49 forks source link

Add to CI examples and main running #270

Closed rewin123 closed 7 months ago

rewin123 commented 7 months ago

Sometimes examples can crash even if program is compiling. We need to test that examples can be executed and they will return 0 exit code

And we need to run this on at least ubuntu and mac machines

naomijub commented 7 months ago

https://github.com/bevyengine/bevy/blob/50699ecf76800e5b1b31bd9b6845b30e4ede5e32/.github/workflows/validation-jobs.yml#L69

naomijub commented 7 months ago

https://github.com/rewin123/space_editor/pull/287 https://github.com/rewin123/space_editor/pull/286