CI update and test fix

This commit is contained in:
erogol
2020-07-17 11:16:05 +02:00
parent 9033070b8f
commit eb830f4bd7
3 changed files with 93 additions and 5 deletions
+3 -3
View File
@@ -16,8 +16,8 @@ fi
if [[ "$TEST_SUITE" == "testscripts" ]]; then
# Test server package
./tts/tests/test_server_package.sh
./tests/test_server_package.sh
# test model training scripts
./tts/tests/test_tts_train.sh
./vocoder/tests/test_vocoder_train.sh
./tests/test_tts_train.sh
./tests/test_vocoder_train.sh
fi