Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Hilgers <[email protected]>
  • Loading branch information
fhilgers committed Dec 18, 2024
1 parent 53c547c commit 7758428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7758428

Please sign in to comment.