The current CI is run internally on the RTIC repo, which does not cover edge cases of build.rs dependencies. Possible solution: - Make a sub-crate with proper dependency to RTIC. - Include tests in the sub-crate. - Integrate to CI.