mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-03-19 13:43:55 +00:00
8 lines
70 B
Bash
8 lines
70 B
Bash
set -euxo pipefail
|
|
|
|
main() {
|
|
cargo check --target $TARGET
|
|
}
|
|
|
|
main
|