From 7758428c49f503f2b0d387d4a727fe8b2c317c1a Mon Sep 17 00:00:00 2001 From: Felix Hilgers Date: Wed, 18 Dec 2024 08:20:16 +0100 Subject: [PATCH] fix ci Signed-off-by: Felix Hilgers --- .github/workflows/pull_request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 07c41b93..aeb686e8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -50,7 +50,8 @@ jobs: - name: Cargo Clippy run: | cd rust - nix develop --command cargo clippy --all-targets --all-features + nix develop --command cargo clippy --all-targets --all-features --exclude backend-ebpf + nix develop --command cargo clippy --all-targets --all-features --package backend-ebpf -- -C panic=unwind rust-test: name: Rust Tests