Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Improve CI to check each individual crate and with various features #14616

@xlc

Description

@xlc

For Substrate, Polkadot and Cumulus, many pallets have missing features that they cannot check individually. This doesn't always cause issue for Polkadot or system parachains but have break the build for Acala many times.

We should improve the CI to do cargo check of each individual crate and for the one should be build in wasm, check with no std, and for the one with extra features, such as try-runtime and runtime-benchmarking, which with those combinations as well.

Example fixes that I have to do:
#6995
#5833
paritytech/polkadot#7537

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