Skip to content

Commit

Permalink
ci: Install valgrind in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Dec 9, 2024
1 parent 3d9d9f5 commit 6196d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
sudo chmod 644 /etc/apt/trusted.gpg.d/scalasbt-release.gpg
sudo apt-get update
sudo apt-get install sbt
- name: Install Valgrind
run: sudo apt install valgrind
- name: Run tests
run: sbt test

0 comments on commit 6196d5d

Please sign in to comment.