run crypto and schema tests

This commit is contained in:
Lex Berezhny 2020-06-10 15:45:57 -04:00
parent 410212c17a
commit 18dc5fbc9f

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
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 discover -vv tests.unit
# - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
- env: