File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -193,12 +193,12 @@ bench-sqlite: integrations.sqlite.test
193
193
GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/sqlite.ini ./integrations.sqlite.test -test.bench .
194
194
195
195
.PHONY : bench-mysql
196
- bench-mysql : integrations.mysql. test generate-ini
197
- GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/mysql.ini ./integrations.mysql. test -test.bench .
196
+ bench-mysql : integrations.test generate-ini
197
+ GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/mysql.ini ./integrations.test -test.bench .
198
198
199
199
.PHONY : bench-pgsql
200
- bench-pgsql : integrations.pgsql. test generate-ini
201
- GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/pgsql.ini ./integrations.pgsql. test -test.bench .
200
+ bench-pgsql : integrations.test generate-ini
201
+ GITEA_ROOT=${CURDIR} GITEA_CONF=integrations/pgsql.ini ./integrations.test -test.bench .
202
202
203
203
204
204
.PHONY : integration-test-coverage
You can’t perform that action at this time.
0 commit comments