From 5041d0e667cd89d6c9eaf162fe5f2baa8f446737 Mon Sep 17 00:00:00 2001
From: Tamir Duberstein <tamird@gmail.com>
Date: Thu, 10 Oct 2024 11:23:59 -0400
Subject: [PATCH] Run clippy in CI

---
 test.sh | 1 +
 1 file changed, 1 insertion(+)

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