diff options
author | vnugent <public@vaughnnugent.com> | 2024-08-22 21:56:47 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-08-22 21:56:47 -0400 |
commit | 225c2be092fbe6e7464de2046937989f99a419e1 (patch) | |
tree | 789a8a6b413cfd815e14565c8a208cfd0f01dc45 /Taskfile.yaml | |
parent | c586efcbe50ba38880938ff2956514164147707f (diff) |
ci: update and test c# libs for linux
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r-- | Taskfile.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml index 0af15f3..f66a6f9 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -54,6 +54,12 @@ tasks: vars: { BUILD_CONFIG: 'Debug' } - cmd: cd {{.CMAKE_BUILD_DIR}} && ctest -C Debug --verbose --output-on-failure + test-full: + desc: '(dotnet required) builds, and tests noscrypt using the .NET library test suite' + cmds: + - task: test + - cmd: dotnet test --logger 'console;verbosity=detailed' + compile: internal: true cmds: |