fermyon / spin-test

A utility for testing Spin applications
Apache License 2.0
17 stars 5 forks source link

Applications with more than one component not supported #113

Open chokosabe opened 1 month ago

chokosabe commented 1 month ago

Seeing this error when running spin test:

error: Spin applications with more than one component are not yet supported by spin-test

rylev commented 1 month ago

This is expected for now - supporting more than one component is not trivial. I have some ideas for approaches to make this work, but this will require some experimentation.