mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Do not save test db for coverall CI build
This commit is contained in:
parent
393da8c2ad
commit
3d98e431ef
1 changed files with 0 additions and 2 deletions
|
|
@ -107,7 +107,6 @@ jobs:
|
|||
pip install psycopg2-binary==2.8.6 # fix issue for Django 2.2
|
||||
pip install mysqlclient
|
||||
pip install coveralls
|
||||
pip install codacy-coverage
|
||||
pip install tblib
|
||||
pip install -e .
|
||||
|
||||
|
|
@ -131,7 +130,6 @@ jobs:
|
|||
--omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service \
|
||||
../bin/unix/evennia test \
|
||||
--settings=settings \
|
||||
--keepdb \
|
||||
--parallel 4 \
|
||||
--timing \
|
||||
evennia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue