Run clippy before tests
diff --git a/run_all_checks.sh b/run_all_checks.sh index c445608..3dde5ff 100755 --- a/run_all_checks.sh +++ b/run_all_checks.sh
@@ -5,6 +5,6 @@ export PLATFORM=nrf52 # The specific platform doesn't matter for tests cargo fmt --all -- --check -cargo test --workspace cargo clippy --workspace --all-targets +cargo test --workspace ./build_examples.sh