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