You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
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.