substrate-api-client icon indicating copy to clipboard operation
substrate-api-client copied to clipboard

Properly run all CI tests for all crates instead of just the substrate-api-client

Open clangenb opened this issue 6 months ago • 1 comments

As the root toml is both, a package toml and a workspace toml, the default behaviour for a command like cargo check --no-default-features is to execute it only for the package instead of the workspace. This became apparent when https://github.com/scs/substrate-api-client/pull/848 move the substrate-api-client to a separate package, which made some of the CI tests fail.

clangenb avatar May 01 '25 08:05 clangenb