run more tests on github workflow

This commit is contained in:
Lex Berezhny 2020-06-21 19:55:13 -04:00
parent 2306edebf7
commit 4810ff5f94

View file

@ -49,7 +49,7 @@ jobs:
pip install -e .[test]
- env:
HOME: /tmp
run: coverage run -m unittest -vv tests.unit.test_conf tests.unit.blockchain tests.unit.test_event_controller tests.unit.crypto tests.unit.schema
run: coverage run -m unittest -vv tests.unit.test_conf tests.unit.blockchain tests.unit.test_event_controller tests.unit.crypto tests.unit.schema tests.unit.db
# run: coverage run -m unittest discover -vv tests.unit
# - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
- env: