File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ coverage:
392
392
.PHONY : unit-test-coverage
393
393
unit-test-coverage :
394
394
@echo " Running unit-test-coverage $( GOTESTFLAGS) -tags '$( TEST_TAGS) '..."
395
- @$(GO ) test $(GOTESTFLAGS ) -mod=vendor -tags=' $(TEST_TAGS)' -cover -coverprofile coverage.out $(GO_PACKAGES ) && echo " \n==>\033[32m Ok\033[m\n" || exit 1
395
+ @$(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
396
396
397
397
.PHONY : vendor
398
398
vendor :
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ server {
80
80
listen 80;
81
81
server_name git.example.com;
82
82
83
- location /_/static {
83
+ location /_/static/assets {
84
84
alias /path/to/gitea/public;
85
85
}
86
86
You can’t perform that action at this time.
0 commit comments