aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index 9789e61c..431421b4 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -44,7 +44,8 @@ tasks:
generate:
desc: Run all go:generate commands
- deps: [generate-schemadoc]
+ cmds:
+ - go generate ./...
test:
desc: Run all tests.