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
Our pallets generate no_std code, and it can easily break and remain untested since no_std is a compile flag, and our CI currently runs only std tests.
Add no_std test jobs to CI.