We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36098dc commit 7d16399Copy full SHA for 7d16399
.github/workflows/rust.yml
@@ -46,5 +46,6 @@ jobs:
46
components: rustfmt, clippy
47
- run: rustup toolchain install nightly --component rust-src && cargo install bpf-linker
48
- run: cargo fmt --all -- --check
49
+ - run: cargo xtask build-ebpf
50
- run: cargo clippy --all --all-targets --all-features -- -D warnings
51
- run: cargo test --all --lib --bins --tests --examples --all-features
0 commit comments