aya/test/integration-test
Andrew Werner 7575628d1b integration-tests: run in release also
In release, the trigger functions were being optimized out and the
tests did not work. Use core::hint::black_box to ensure that the
functions are not optimized out. Also, run these integration tests
in CI to ensure that we don't regress.
..
bpf integration-test: compile C probes using build.rs
src integration-tests: run in release also
Cargo.toml cargo: Define dependencies on the workspace level
build.rs Merge pull request from aya-rs/bpf-linker-hella-warnings