diff options
author | vnugent <public@vaughnnugent.com> | 2024-11-06 21:13:53 -0500 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-11-06 21:13:53 -0500 |
commit | 5f89f4494267a0dd175682f593bcd5495a3dbbda (patch) | |
tree | 98e5f572a0b0b8f3d0002b71b657bc95a95e6282 /Module.Taskfile.yaml | |
parent | d44de588fc5e672a2c5e687cfec58173a495ee7c (diff) |
update libsecp256k1 to v0.6.0
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 f5906aa..1d33c85 100644 --- a/Module.Taskfile.yaml +++ b/Module.Taskfile.yaml @@ -25,6 +25,7 @@ tasks: test: desc: 'Builds and runs noscrypt unit tests for vnbuild CI systems' cmds: + #run CI tests with utils enabled - cmd: task test -- -DNC_ENABLE_UTILS=ON - cmd: wsl task test -- -DNC_ENABLE_UTILS=ON - cmd: wsl task memcheck |