Skip to content

Commit

Permalink
Reenable memcheck on CI: install valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Dec 26, 2022
1 parent 6ae9331 commit eb0a736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
steps:
- checkout
- linux-setup
- run: sudo apt-get install -y valgrind
- build-test
- run: ctest -T Coverage
- codecov/upload
Expand Down

0 comments on commit eb0a736

Please sign in to comment.