Skip to content

Commit ea7ce09

Browse files
committed
fixup: install memtrack in CI
1 parent a4338fe commit ea7ce09

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
with:
2525
lfs: true
2626
- 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+
2734
- run: cargo test --all --exclude memtrack
2835

2936
bpf-tests:

0 commit comments

Comments
 (0)