From 1678dd91bf2cfdf71a05339df4f7c5950c7f849d Mon Sep 17 00:00:00 2001 From: Chongyi Zheng Date: Thu, 25 Jul 2024 23:38:44 -0400 Subject: [PATCH] tags --- .github/workflows/pull-db-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-db-tests.yml b/.github/workflows/pull-db-tests.yml index a9387c4969173..8a920445dabe6 100644 --- a/.github/workflows/pull-db-tests.yml +++ b/.github/workflows/pull-db-tests.yml @@ -196,7 +196,7 @@ jobs: # - name: run migration tests # run: make test-mysql-migration - name: TestESIndexAndSearch - run: go test -timeout 30s -tags gogit -run ^TestESIndexAndSearch$ code.gitea.io/gitea/modules/indexer/code + run: go test -timeout 30s -tags gogit,sqlite,sqlite_unlock_notify -run ^TestESIndexAndSearch$ code.gitea.io/gitea/modules/indexer/code env: TAGS: bindata RACE_ENABLED: true