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
It's possible that even though our cargo check or cargo test work just fine, compiling or testing them separately will fail because they don't define correctly dependency features. This is easily hidden when testing everything since it's likely that all necessary features will be enabled.
To avoid this, introduce a new job which will check test each crate individually.
Dinonard
changed the title
CI - Run tests and/or compilation separately for each workspace crate
[CI] - Run tests and/or compilation separately for each workspace crate
Apr 5, 2024
It's possible that even though our
cargo check
orcargo test
work just fine, compiling or testing them separately will fail because they don't define correctly dependency features. This is easily hidden when testing everything since it's likely that all necessary features will be enabled.To avoid this, introduce a new job which will check test each crate individually.
The text was updated successfully, but these errors were encountered: