diff --git a/test.sh b/test.sh index a307c53..b91133a 100755 --- a/test.sh +++ b/test.sh @@ -93,7 +93,9 @@ case $OS in # ${CRATE_NAME} activates ${CRATE_NAME}-common's aya dependency, we end up trying to compile the # panic handler twice: once from the bpf program, and again from std via aya. cargo clippy --exclude "${CRATE_NAME}-ebpf" --all-targets --workspace -- --deny warnings - cargo -Z unstable-options -C "${CRATE_NAME}-ebpf" hack clippy --feature-powerset -- --deny warnings + pushd "${CRATE_NAME}-ebpf" + cargo clippy -- --deny warnings + popd expect <