https://github.com/lurk-lab/ci-workflows/blob/0fbbf18385feb7422756dcf7c7a002d3a732bd5d/.github/workflows/lints.yml#L17-L19
This should build tests (and ideally examples / benches as well) to ensure full compatibility.
If we want to run tests on wasm, we'd have to install a wasm runtime (and indicate it in the .cargo/config of the runner:
[target.wasm32-unknown-unknown]
runner = 'my-favorite-runner'
but let's at least check the tests compile