Skip to content

Commit ba6eee6

Browse files
Merge branch 'main' into update-golangci-lint
2 parents f3b5fd9 + 42670e6 commit ba6eee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ coverage:
393393
.PHONY: unit-test-coverage
394394
unit-test-coverage:
395395
@echo "Running unit-test-coverage $(GOTESTFLAGS) -tags '$(TEST_TAGS)'..."
396-
@$(GO) test $(GOTESTFLAGS) -mod=vendor -tags='$(TEST_TAGS)' -cover -coverprofile coverage.out $(GO_PACKAGES) && echo "\n==>\033[32m Ok\033[m\n" || exit 1
396+
@$(GO) test $(GOTESTFLAGS) -mod=vendor -timeout=20m -tags='$(TEST_TAGS)' -cover -coverprofile coverage.out $(GO_PACKAGES) && echo "\n==>\033[32m Ok\033[m\n" || exit 1
397397

398398
.PHONY: vendor
399399
vendor:

docs/content/doc/usage/reverse-proxies.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ server {
8080
listen 80;
8181
server_name git.example.com;
8282
83-
location /_/static {
83+
location /_/static/assets {
8484
alias /path/to/gitea/public;
8585
}
8686

0 commit comments

Comments
 (0)