Skip to content

Commit

Permalink
Merge branch 'main' into update-golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Nov 17, 2021
2 parents f3b5fd9 + 42670e6 commit ba6eee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ coverage:
.PHONY: unit-test-coverage
unit-test-coverage:
@echo "Running unit-test-coverage $(GOTESTFLAGS) -tags '$(TEST_TAGS)'..."
@$(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

.PHONY: vendor
vendor:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/usage/reverse-proxies.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ server {
listen 80;
server_name git.example.com;
location /_/static {
location /_/static/assets {
alias /path/to/gitea/public;
}
Expand Down

0 comments on commit ba6eee6

Please sign in to comment.