Test no_std builds propperly to catch build error regressions in the CI #496
Labels
area:conf&build
tasks related to our configuration or build system (Makefile, Docker, scripts, commands)
area:testing
everything related to smoke-, unit-, integration-, performance testing
team:Core
Low Level Core Development Team (Rust)
We currently don't check that indeed the crate builds in no_std without pulling any
std
stuff inside.To do so, the only way we have is to basically use the following trick:
The text was updated successfully, but these errors were encountered: