From 4810ff5f94e33bc0c5b03eaad7ab9031d667de26 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 21 Jun 2020 19:55:13 -0400 Subject: [PATCH] run more tests on github workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a8410eb7..6a27e8f87 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 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: