diff options
author | vnugent <public@vaughnnugent.com> | 2024-11-13 22:25:32 -0500 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-11-13 22:25:32 -0500 |
commit | 5cf1addc4a7b70aafda5ad8953f114a206df93cc (patch) | |
tree | d478524ea1ed7676f530f2eb26af644024d6aeca /Module.Taskfile.yaml | |
parent | 0baa4afd4716ad4d6d2f37b9d4af4fc839d16d7c (diff) |
integrate mbedtls testing and remove mbedtls fetch
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r-- | Module.Taskfile.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml index 3a73704..4de7c2f 100644 --- a/Module.Taskfile.yaml +++ b/Module.Taskfile.yaml @@ -26,11 +26,8 @@ tasks: 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 - - cmd: task test-mbedtls -- -DNC_ENABLE_UTILS=ON - + - cmd: task ci-test + - cmd: wsl ci-test #called by build pipeline to build module build: |