aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-06-06 12:10:36 +0800
committerGitHub <noreply@github.com>2022-06-06 12:10:36 +0800
commit0a92ad27efa972d6e960665fd274eb765fbabcec (patch)
tree4f534cd14034917896399f1c8038aac07d910b84 /Taskfile.yml
parent4cc3000b07edf80939cde550c6b259ecd980eadb (diff)
db: use `context` and go-mockgen for `AccessTokensStore` (#7013)
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.