Skip to content

Lint job does not build tests for the Wasm platform (and should) #10

@huitseeker

Description

@huitseeker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions