Run clippy in CI

reviewable/pr123/r1
Tamir Duberstein 6 months ago
parent 2ca5b24d0a
commit 5041d0e667
No known key found for this signature in database

@ -53,5 +53,6 @@ cargo generate --path "${TEMPLATE_DIR}" -n test -d program_type="${PROG_TYPE}" $
pushd test pushd test
cargo xtask build-ebpf cargo xtask build-ebpf
cargo build cargo build
cargo clippy --workspace --all-targets
popd popd
exit 0 exit 0

Loading…
Cancel
Save