Skip to content

Commit dc0f8a6

Browse files
committed
ci: grant memtrack file capabilities before memory tests
1 parent 4f1ea1f commit dc0f8a6

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: 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)