From 5cf1addc4a7b70aafda5ad8953f114a206df93cc Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 13 Nov 2024 22:25:32 -0500 Subject: integrate mbedtls testing and remove mbedtls fetch --- Module.Taskfile.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Module.Taskfile.yaml') 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: -- cgit