Sign in
◑
Theme
opensecura
/
3p
/
tock
/
libtock-rs
/
b3f213daec59846a3f49739d35bc34b539e2e987
/
.
/
run_all_checks.sh
blob: 3dde5ff26f10932b05a261f149bc4d2b94827c70 [
file
]
#!/usr/bin/env bash
set
-
eux
export PLATFORM
=
nrf52
# The specific platform doesn't matter for tests
cargo fmt
--
all
--
--
check
cargo clippy
--
workspace
--
all
-
targets
cargo test
--
workspace
./
build_examples
.
sh