Fix build output name

This commit is contained in:
Lea Anthony
2023-10-15 12:52:13 +11:00
parent 439da97573
commit 2269f64b0a
+1 -1
View File
@@ -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