Skip to content
New issue

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

Add WASM tests to CI #3363

Open
shssoichiro opened this issue Mar 12, 2024 · 2 comments
Open

Add WASM tests to CI #3363

shssoichiro opened this issue Mar 12, 2024 · 2 comments
Labels
CI CI Related issues

Comments

@shssoichiro
Copy link
Collaborator

As noted in #3359, we want to add tests in CI to verify wasm, both on stable and minimum supported rustc versions.

@shssoichiro shssoichiro added the CI CI Related issues label Mar 12, 2024
@FreezyLemon
Copy link
Contributor

We spent some time on improving the CI jobs in rust-av recently, so I can take a look at this. It should be good enough to run cargo check for MSRV purposes, right? I don't think we'd expect changes that don't break the build and change runtime behaviour

@lu-zero
Copy link
Collaborator

lu-zero commented Mar 12, 2024

it should be fine, -Zmsrv-policy in nightly might be an alternative otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI Related issues
Projects
None yet
Development

No branches or pull requests

3 participants