We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4713d5f commit d245259Copy full SHA for d245259
.github/workflows/main.yml
@@ -93,7 +93,8 @@ jobs:
93
sudo apt-get update -y
94
sudo apt-get install -y libc6-dbg
95
valgrind --version
96
- cargo install cargo-valgrind
+ # see https://github.com/jfrimmel/cargo-valgrind/pull/127
97
+ cargo install cargo-valgrind --git https://github.com/Dushistov/cargo-valgrind
98
python ci/build_and_run_tests.py --rust-only-with-valigrind
99
shell: bash
100
- name: Run tests that requires SG up and running
0 commit comments