add sqlite skip
parent
85f0397d97
commit
9e7bf45d42
|
@ -101,3 +101,5 @@ pipeline:
|
|||
- TEST_TAGS=bindata gogit sqlite sqlite_unlock_notify
|
||||
commands:
|
||||
- su gitea -c 'timeout -s ABRT 120m make test-sqlite-migration test-sqlite'
|
||||
when:
|
||||
- evaluate: 'not (CI_COMMIT_MESSAGE contains "[SKIP SQLITE TEST]")'
|
||||
|
|
Loading…
Reference in New Issue