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.

Check all cargo features of Substrate on CI #12711

@joao-paulo-parity

Description

@joao-paulo-parity

Problem: feature checks are hardcoded at the moment

- time cargo check --locked --features try-runtime

- time cargo check --locked --features wasmer-sandbox

The current approach has at least two problems

  • We're not testing all the features
  • When a new feature is added, removed or renamed, we'd have to manually edit the pipeline

Solution: come up with a way of automatically testing all the features provided by Substrate.

The general idea of #12709 could be used for reference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    I5-testsTests need fixing, improving or augmenting.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions