File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1313 - uses : moonrepo/setup-rust@v1
1414 with :
1515 components : rustfmt, clippy
16+ - run : sudo apt-get update && sudo apt-get install -y libelf-dev protobuf-compiler
1617 -
uses :
pre-commit/[email protected] 1718 with :
1819 extra_args : --all-files
2425 with :
2526 lfs : true
2627 - uses : moonrepo/setup-rust@v1
27- - run : sudo apt-get update && sudo apt-get install -y libelf-dev
28+ - run : sudo apt-get update && sudo apt-get install -y libelf-dev protobuf-compiler
2829 - run : cargo test --all
30+
31+ bpf-tests :
32+ runs-on : ubuntu-latest
33+ steps :
34+ - uses : actions/checkout@v3
35+ with :
36+ lfs : true
37+ - uses : moonrepo/setup-rust@v1
38+ - uses : extractions/setup-just@v3
39+ - run : sudo apt-get update && sudo apt-get install -y libelf-dev protobuf-compiler
40+ - run : cd crates/heaptrack && just test
You can’t perform that action at this time.
0 commit comments