mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 06:57:16 +02:00
Do not save test db for coverall CI build
This commit is contained in:
parent
d8dc2ea50c
commit
88e64e74bd
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