From 1962ff09f39db4167e55fe52e4ae233694710993 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein 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