1 2 3 4 5 6 7 8 9
default: ci test: cargo test ensure_no_std: cd tests/ensure_no_std && cargo rustc -- -C link-arg=-nostartfiles ci: test ensure_no_std