Add Valgrind (#22346)

* .

* Add Valgrind for Bisect bot in GitHub Actions
This commit is contained in:
Juan Carlos
2023-07-30 02:21:22 -03:00
committed by GitHub
parent e70992d291
commit 19d1fe7af3

View File

@@ -15,6 +15,9 @@ jobs:
with:
nim-version: 'devel'
- name: Install Dependencies
run: sudo apt-get install --no-install-recommends -yq valgrind
- uses: juancarlospaco/nimrun-action@nim
with:
github-token: ${{ secrets.GITHUB_TOKEN }}