matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.26k stars 251 forks source link

Run the tests from matrix-sdk-ffi inside the CI #3819

Open fkwp opened 3 months ago

fkwp commented 3 months ago

As a follow-up from https://github.com/matrix-org/matrix-rust-sdk/pull/3814

Tests from matrix-sdk-ffi aren't run in the CI as far as I remember. Is it possible to move some of this logic inside matrix-sdk maybe? I understand though that the code you're testing are specific to Element, and should not leave in matrix-sdk itself 🤔.

We may want to run the tests from matrix-sdk-ffi inside the CI then.

Can you open an issue, or better, a pull request, to not forget about that please?

fkwp commented 3 months ago

@toger5 for viz