From 225c2be092fbe6e7464de2046937989f99a419e1 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 22 Aug 2024 21:56:47 -0400 Subject: ci: update and test c# libs for linux --- Taskfile.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Taskfile.yaml') 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: -- cgit