Skip to content

Commit 2579ade

Browse files
committed
Update cargo valgrind
1 parent 16d59a5 commit 2579ade

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,10 @@ jobs:
208208
run: sudo apt update && sudo apt install -y valgrind
209209

210210
- name: Install Cargo Valgrind
211-
run: |
212-
cargo install cargo-valgrind
211+
# TODO: Use released version. Currently we rely on the git version while we wait for this
212+
# to be released: https://github.com/jfrimmel/cargo-valgrind/commit/408c0b4fb56e84eddc2bb09c88a11ba3adc0c188
213+
run: cargo install --git https://github.com/jfrimmel/cargo-valgrind
214+
#run: cargo install cargo-valgrind
213215

214216
- name: Test Core
215217
run: |

0 commit comments

Comments
 (0)