We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3b5fd9 + 42670e6 commit ba6eee6Copy full SHA for ba6eee6
Makefile
@@ -393,7 +393,7 @@ coverage:
393
.PHONY: unit-test-coverage
394
unit-test-coverage:
395
@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
+ @$(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
397
398
.PHONY: vendor
399
vendor:
docs/content/doc/usage/reverse-proxies.en-us.md
@@ -80,7 +80,7 @@ server {
80
listen 80;
81
server_name git.example.com;
82
83
- location /_/static {
+ location /_/static/assets {
84
alias /path/to/gitea/public;
85
}
86
0 commit comments