enable sqlite testing
parent
cb32ffbb52
commit
03414dd83d
|
@ -52,12 +52,12 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- su gitea -c 'make unit-test-coverage test-check'
|
- su gitea -c 'make unit-test-coverage test-check'
|
||||||
|
|
||||||
# test-sqlite:
|
test-sqlite:
|
||||||
# image: gitea/test_env:linux-amd64
|
image: gitea/test_env:linux-amd64
|
||||||
# environment:
|
environment:
|
||||||
# - USE_REPO_TEST_DIR=1
|
- USE_REPO_TEST_DIR=1
|
||||||
# - GOPROXY=off
|
- GOPROXY=off
|
||||||
# - TAGS=bindata gogit sqlite sqlite_unlock_notify
|
- TAGS=bindata gogit sqlite sqlite_unlock_notify
|
||||||
# - TEST_TAGS=bindata gogit sqlite sqlite_unlock_notify
|
- TEST_TAGS=bindata gogit sqlite sqlite_unlock_notify
|
||||||
# commands:
|
commands:
|
||||||
# - su gitea -c 'timeout -s ABRT 120m make test-sqlite-migration test-sqlite'
|
- su gitea -c 'timeout -s ABRT 120m make test-sqlite-migration test-sqlite'
|
||||||
|
|
Loading…
Reference in New Issue