diff options
author | silverwind <me@silverwind.io> | 2025-03-03 07:03:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-03 06:03:42 +0000 |
commit | 43c8d85f19e14e695eb129a8ff71bd106430b016 (patch) | |
tree | b33fa8bb361a7fd01e2d15de1f162b64fdedb45f /templates/repo | |
parent | 216243eee299a973e4504fc210e07c168376934e (diff) | |
download | gitea-main.tar.gz gitea-main.zip |
`go vet` implicitely runs as part of `go test`, but we already have
`make lint-go-vet`, so we were essentially running it twice. This should
hopefully make `go test` slightly faster.
Ref: https://pkg.go.dev/cmd/go#hdr-Test_packages
> As part of building a test binary, go test runs go vet
Diffstat (limited to 'templates/repo')
0 files changed, 0 insertions, 0 deletions