We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2579ade commit c2e454cCopy full SHA for c2e454c
.github/workflows/tests.yml
@@ -210,7 +210,7 @@ jobs:
210
- name: 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
+ run: cargo install --git https://github.com/jfrimmel/cargo-valgrind cargo-valgrind
214
#run: cargo install cargo-valgrind
215
216
- name: Test Core
0 commit comments