matrix-org / matrix-rust-sdk-crypto-wasm

Apache License 2.0
13 stars 7 forks source link

Create a daily CI job that compiles against the latest rust-sdk and create an issue if broken #135

Closed richvdh closed 3 weeks ago

richvdh commented 4 months ago

We keep discovering that the wasm bindings don't build against the current rust SDK. We would like a CI job which runs daily and builds and tests the wasm-bindings against the current rust SDK. If it fails, it should open an issue (if one is not already open), and ping us in a Matrix room.

https://github.com/element-hq/synapse/blob/develop/.github/workflows/twisted_trunk.yml may provide inspiration for the "open an issue" part.

andybalaam commented 3 weeks ago

Would be good to add a comment whenever a failure happens, so we can track when it started