crossbario / autobahn-cpp

WAMP for C++ in Boost/Asio
https://crossbar.io/autobahn
Boost Software License 1.0
251 stars 104 forks source link

Run examples in CI #219

Open oberstet opened 3 years ago

oberstet commented 3 years ago

we now have CI that builds the examples

given that, it would be easy to add another CI step in the workflows to:

this upside of such a test: it really is an integration test, because it tests WAMP C++ components against an actually running Crossbar.io WAMP router using actual WAMP sessions - which is exactly what a library user cares about