Skip to content

Commit

Permalink
ci: exclude ebpf test
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Hilgers <[email protected]>
  • Loading branch information
fhilgers committed Jan 8, 2025
1 parent 19c601b commit a123a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Cargo test
run: |
cd rust
nix develop --command cargo test --workspace --all-targets --all-features --exclude client
nix develop --command cargo test --workspace --all-targets --all-features --exclude client --exclude backend-ebpf-test
rust-build:
name: Rust Build
Expand Down

0 comments on commit a123a68

Please sign in to comment.