Skip to content

Commit 5b4bb52

Browse files
committed
Update
1 parent 988a54b commit 5b4bb52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ test-check:
433433
fi
434434

435435
.PHONY: test\#%
436-
test\#%: ## run unit test
436+
test\#%:
437437
@echo "Running go test with -tags '$(TEST_TAGS)'..."
438438
@$(GO) test $(GOTESTFLAGS) -tags='$(TEST_TAGS)' -run $(subst .,/,$*) $(GO_TEST_PACKAGES)
439439

@@ -486,7 +486,7 @@ test-sqlite: integrations.sqlite.test generate-ini-sqlite
486486
GITEA_ROOT="$(CURDIR)" GITEA_CONF=tests/sqlite.ini ./integrations.sqlite.test
487487

488488
.PHONY: test-sqlite\#%
489-
test-sqlite\#%: integrations.sqlite.test generate-ini-sqlite ## run integration test for sqlite
489+
test-sqlite\#%: integrations.sqlite.test generate-ini-sqlite
490490
GITEA_ROOT="$(CURDIR)" GITEA_CONF=tests/sqlite.ini ./integrations.sqlite.test -test.run $(subst .,/,$*)
491491

492492
.PHONY: test-sqlite-migration
@@ -562,7 +562,7 @@ playwright: deps-frontend
562562
npx playwright install $(PLAYWRIGHT_FLAGS)
563563

564564
.PHONY: test-e2e%
565-
test-e2e%: TEST_TYPE ?= e2e ## test end to end using playwright
565+
test-e2e%: TEST_TYPE ?= e2e
566566
# Clear display env variable. Otherwise, chromium tests can fail.
567567
DISPLAY=
568568

0 commit comments

Comments
 (0)