There was an error while loading. Please reload this page.
1 parent a4338fe commit ea7ce09Copy full SHA for ea7ce09
1 file changed
.github/workflows/ci.yml
@@ -24,6 +24,13 @@ jobs:
24
with:
25
lfs: true
26
- uses: moonrepo/setup-rust@v1
27
+
28
+ # Install memtrack for the memory integrationt tests
29
+ - name: Install dependencies required for libbpf-sys (vendored feature)
30
+ run: sudo apt-get update && sudo apt-get install -y autopoint bison flex
31
+ - name: Install memtrack
32
+ run: cargo install --path crates/memtrack --locked
33
34
- run: cargo test --all --exclude memtrack
35
36
bpf-tests:
0 commit comments