index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
Taskfile.yml
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Joe Chen <jc@unknwon.io>
2022-06-06 12:10:36 +0800
committer
GitHub <noreply@github.com>
2022-06-06 12:10:36 +0800
commit
0a92ad27efa972d6e960665fd274eb765fbabcec
(
patch
)
tree
4f534cd14034917896399f1c8038aac07d910b84
/
Taskfile.yml
parent
4cc3000b07edf80939cde550c6b259ecd980eadb
(
diff
)
db: use `context` and go-mockgen for `AccessTokensStore` (#7013)
Diffstat
(limited to 'Taskfile.yml')
-rw-r--r--
Taskfile.yml
3
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.