mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-03-14 01:47:38 +00:00
9 lines
122 B
Bash
9 lines
122 B
Bash
set -euxo pipefail
|
|
|
|
main() {
|
|
cargo check --target $TARGET
|
|
cargo test --target $TARGET --features unproven
|
|
}
|
|
|
|
main
|