Skip to content

Commit fb4e5fa

Browse files
committed
ci: grant memtrack file capabilities before memory tests
1 parent a95faa3 commit fb4e5fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
run: |
4747
cargo install --path crates/exec-harness --locked
4848
49+
- name: Grant memtrack file capabilities
50+
run: sudo -E cargo r -- setup --mode memory
51+
4952
- run: cargo test --all --exclude memtrack --exclude exec-harness
5053

5154
exec-harness-tests:

0 commit comments

Comments
 (0)