Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
0ab5d2d7c34023f4749ecc3047ade29c653ea4da
/
.
/
run_all_checks.sh
blob: 3dde5ff26f10932b05a261f149bc4d2b94827c70 [
file
] [
log
] [
blame
]
#!/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