We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
fix: make sure tests compile on Wasm properly
4c9f141
related: argumentcomputer/ci-workflows#10
81d09e3
4ebcb17
fix: make sure tests compile on Wasm properly (#237)
0dc7963
No branches or pull requests
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:
but let's at least check the tests compile
The text was updated successfully, but these errors were encountered: