From 88c9095743a12cf8fc1793c607ba3a1e4fa86483 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 29 May 2024 13:25:51 -0400 Subject: refactor!: return NC_SUCCESS when validating secret key --- Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Taskfile.yaml') diff --git a/Taskfile.yaml b/Taskfile.yaml index eb16de0..a79921c 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -42,7 +42,7 @@ tasks: desc: "Builds a local copy of the library in a debug configuration, then runs the test executable" cmds: - task: build-debug - - cmd: cd {{.CMAKE_BUILD_DIR}} && {{if eq OS "windows"}}debug/nctest.exe{{else}}./nctest{{end}} + - cmd: cd {{.CMAKE_BUILD_DIR}} && ctest -C Debug --verbose install: desc: "Uses cmake to install the library on your system" -- cgit