diff --git a/v3/Taskfile.yaml b/v3/Taskfile.yaml index 6cd2d787..4bf501b6 100644 --- a/v3/Taskfile.yaml +++ b/v3/Taskfile.yaml @@ -137,7 +137,7 @@ tasks: cmds: - echo "Building example {{.DIR}}" - go mod tidy - - go build + - go build -o "testbuild-{{.DIR}}{{exeExt}}" test:examples: summary: Builds the examples