Skip to content

Commit 7d16399

Browse files
committed
ci: add build-ebpf command to test job
1 parent 36098dc commit 7d16399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ jobs:
4646
components: rustfmt, clippy
4747
- run: rustup toolchain install nightly --component rust-src && cargo install bpf-linker
4848
- run: cargo fmt --all -- --check
49+
- run: cargo xtask build-ebpf
4950
- run: cargo clippy --all --all-targets --all-features -- -D warnings
5051
- run: cargo test --all --lib --bins --tests --examples --all-features

0 commit comments

Comments
 (0)