aboutsummaryrefslogtreecommitdiff
path: root/all.bash
diff options
context:
space:
mode:
authorJonathan Amsterdam <jba@google.com>2020-08-03 18:04:32 -0400
committerJonathan Amsterdam <jba@google.com>2020-08-04 14:59:03 +0000
commit0cd9aaec035d6ec4939ecb8efcc98379ec1f98db (patch)
treed97288972ed43bc31307226c570c317abb6ead6b /all.bash
parentf177a8276c8ef500ac293b157421a2e127c39a0c (diff)
downloadgo-x-pkgsite-0cd9aaec035d6ec4939ecb8efcc98379ec1f98db.tar.xz
all.bash: uncomment go mod tidy
Change-Id: Iabc2eec0f1835f4bbdfe045be074efbc58b0515d Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/246242 Reviewed-by: Julie Qiu <julie@golang.org>
Diffstat (limited to 'all.bash')
-rwxr-xr-xall.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.bash b/all.bash
index e09c2c98..e3fa6425 100755
--- a/all.bash
+++ b/all.bash
@@ -174,7 +174,7 @@ main() {
"")
standard_linters
run_prettier
- #runcmd go mod tidy
+ runcmd go mod tidy
runcmd env GO_DISCOVERY_TESTDB=true go test ./...
runcmd go test ./internal/secrets
;;