mirror of
1
Fork 0

test: use sqlite in-memory db for integration

This commit is contained in:
Michael Kriese 2024-11-14 14:42:45 +01:00
parent 5bd682b59d
commit 24028747d3
No known key found for this signature in database
GPG Key ID: F8D7748549A5986A
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN_MODE = prod
[database] [database]
DB_TYPE = sqlite3 DB_TYPE = sqlite3
PATH = tests/{{TEST_TYPE}}/gitea-{{TEST_TYPE}}-sqlite/gitea.db PATH = :memory:
[indexer] [indexer]
REPO_INDEXER_ENABLED = true REPO_INDEXER_ENABLED = true