aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-11-13 22:25:32 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-11-13 22:25:32 -0500
commit5cf1addc4a7b70aafda5ad8953f114a206df93cc (patch)
treed478524ea1ed7676f530f2eb26af644024d6aeca /Module.Taskfile.yaml
parent0baa4afd4716ad4d6d2f37b9d4af4fc839d16d7c (diff)
integrate mbedtls testing and remove mbedtls fetch
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml7
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: