From 1f4d61b1b32d5ed6af128faf9c76705be7793320 Mon Sep 17 00:00:00 2001 From: Michael McGuinness Date: Mon, 13 Jan 2025 17:37:20 +0000 Subject: [PATCH] Merged in bugfix/createout (pull request #17) Mkdir out/ * create --- scripts/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tests.yml b/scripts/tests.yml index e476744a..954fd878 100644 --- a/scripts/tests.yml +++ b/scripts/tests.yml @@ -15,6 +15,7 @@ tasks: INTERNAL: "./internal/..." API: "./api/..." cmds: + - mkdir -p {{.OUT_DIR}} - | go test {{.INTERNAL}} {{.API}} \ -coverpkg={{.INTERNAL}},{{.API}} -coverprofile={{.COVERAGE_FILE}}