forked from LBRYCommunity/lbry-sdk
run more tests on github workflow
This commit is contained in:
parent
2306edebf7
commit
4810ff5f94
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
pip install -e .[test]
|
pip install -e .[test]
|
||||||
- env:
|
- env:
|
||||||
HOME: /tmp
|
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
|
# run: coverage run -m unittest discover -vv tests.unit
|
||||||
# - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
|
# - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
|
||||||
- env:
|
- env:
|
||||||
|
|
Loading…
Reference in a new issue