From 25a65e636ccb412062565a7a310ada50bc07197b Mon Sep 17 00:00:00 2001 From: "Edgar Y. Walker" Date: Sun, 28 Sep 2025 15:19:04 -0700 Subject: [PATCH] build: add task to update golden files for tests --- Taskfile.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index 122f046..161e211 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -25,6 +25,11 @@ tasks: cmds: - go test ./... {{.CLI_ARGS}} + update-golden: + desc: Update golden files for tests + cmds: + - go test ./... -update-golden {{.CLI_ARGS}} + doc: desc: Launch pkgsite documentation server cmds: