We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d59a5 commit 2579adeCopy full SHA for 2579ade
.github/workflows/tests.yml
@@ -208,8 +208,10 @@ jobs:
208
run: sudo apt update && sudo apt install -y valgrind
209
210
- name: Install Cargo Valgrind
211
- run: |
212
- cargo install cargo-valgrind
+ # TODO: Use released version. Currently we rely on the git version while we wait for this
+ # 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
215
216
- name: Test Core
217
run: |
0 commit comments