hobofan / cargo-nono

Check your crate for (possible) no_std compatibility
Apache License 2.0
209 stars 12 forks source link

Exit with non-0 exit code if check fails #8

Closed hobofan closed 5 years ago

hobofan commented 5 years ago

cargo nono check will currently exit with 0 regardless of exit status, making it unfit for CI usage.