aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml
index db5f6dd..8424a89 100644
--- a/Module.Taskfile.yaml
+++ b/Module.Taskfile.yaml
@@ -24,13 +24,17 @@ tasks:
cmds:
#ensure the debug library has been built for the current system before project tests are executed
- cmd: task build-debug -- -DNC_ENABLE_UTILS=ON
- - task: test-dotnet
+ #library is already built, just need to test it
+ - cmd: task test-dev
+ - task: test-dotnet
#runs the test suite inside wsl linux environment
- cmd: echo 'Running WSL tests {{ if eq OS "windows" }}TRUE{{ else }}FALSE{{ end }}'
- silent: true
+ silent: true
- cmd: wsl task test -- -DNC_ENABLE_UTILS=ON
platforms: [ windows ]
+ #run memory check
+ - cmd: wsl task memcheck
test-dotnet:
vars: