diff options
| author | Jonathan Amsterdam <jba@google.com> | 2020-08-03 18:04:32 -0400 |
|---|---|---|
| committer | Jonathan Amsterdam <jba@google.com> | 2020-08-04 14:59:03 +0000 |
| commit | 0cd9aaec035d6ec4939ecb8efcc98379ec1f98db (patch) | |
| tree | d97288972ed43bc31307226c570c317abb6ead6b /all.bash | |
| parent | f177a8276c8ef500ac293b157421a2e127c39a0c (diff) | |
| download | go-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-x | all.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; |
