embedded-hal/ci/script.sh
2018-01-16 00:32:11 +01:00

9 lines
122 B
Bash

set -euxo pipefail
main() {
cargo check --target $TARGET
cargo test --target $TARGET --features unproven
}
main