diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c311695d..d8df432c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: pip install -e .[test] - env: HOME: /tmp - run: coverage run -m unittest -vv tests.unit.test_conf + run: coverage run -m unittest -vv tests.unit.test_conf tests.unit.blockchain tests.unit.test_event_controller # run: coverage run -m unittest discover -vv tests.unit # - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac') - env: