aboutsummaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bra.toml b/.bra.toml
index 7d49786d30..0d02f24e4e 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -13,7 +13,7 @@ watch_dirs = [
watch_exts = [".go"]
build_delay = 1500
cmds = [
- ["go", "install", "-race"], # sqlite redis memcache cert pam tidb
+ ["go", "install", "-v", "-race"], # sqlite redis memcache cert pam tidb
["go", "build", "-race"],
["./gogs", "web"]
] \ No newline at end of file