Add inference unit test on GitHub workflow

This commit is contained in:
Edresson Casanova
2022-02-19 14:42:24 +00:00
parent 531821545e
commit 05fffb0ebc
2 changed files with 49 additions and 0 deletions
+3
View File
@@ -26,6 +26,9 @@ test_aux: ## run aux tests.
test_zoo: ## run zoo tests.
nosetests tests.zoo_tests -x --with-cov -cov --cover-erase --cover-package TTS tests.zoo_tests --nologcapture --with-id
inference_tests: ## run inference tests.
nosetests tests.inference_tests -x --with-cov -cov --cover-erase --cover-package TTS tests.inference_tests --nologcapture --with-id
test_failed: ## only run tests failed the last time.
nosetests -x --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture --failed