Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
aeccf753172e864180ed2d9febd3535c0f63e1e8
/
.
/
run_all_checks.sh
blob: c9892126f6f24374a51c9a7f0a0039fa6f9ba8bd [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
eux
cargo fmt
--
all
--
--
check
cargo test
--
workspace
cargo clippy
--
workspace
--
all
-
targets
./
build_examples
.
sh