diff --git a/test.sh b/test.sh
index b5dbaae..541f72c 100755
--- a/test.sh
+++ b/test.sh
@@ -53,5 +53,6 @@ cargo generate --path "${TEMPLATE_DIR}" -n test -d program_type="${PROG_TYPE}" $
 pushd test
 cargo xtask build-ebpf
 cargo build
+cargo clippy --workspace --all-targets
 popd
 exit 0