diff options
author | vnugent <public@vaughnnugent.com> | 2024-10-23 21:59:03 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-10-23 21:59:03 -0400 |
commit | f938617d45d1ef62a3315591174a7dc6862aa8b7 (patch) | |
tree | 5803833b41997943c946f72380a3aa400f03f364 /Module.Taskfile.yaml | |
parent | dc47d096400e7a4d95dd9516c72876c8ad016dcb (diff) |
fix: Add Valgrind to testing suite, openssl fixes
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r-- | Module.Taskfile.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml index b7b991c..f5906aa 100644 --- a/Module.Taskfile.yaml +++ b/Module.Taskfile.yaml @@ -27,6 +27,7 @@ tasks: cmds: - cmd: task test -- -DNC_ENABLE_UTILS=ON - cmd: wsl task test -- -DNC_ENABLE_UTILS=ON + - cmd: wsl task memcheck #called by build pipeline to build module build: |