TTS/run_tests.sh

14 lines
307 B
Bash
Raw Normal View History

TF_CPP_MIN_LOG_LEVEL=3
2020-07-16 13:05:36 +00:00
# tests
# nosetests tests -x &&\
2020-07-16 13:05:36 +00:00
# runtime tests
2020-08-04 12:29:05 +00:00
./tests/test_server_package.sh && \
./tests/test_tts_train.sh && \
./tests/test_vocoder_gan_train.sh && \
./tests/test_vocoder_wavernn_train.sh && \
./tests/test_glow-tts_train.sh && \
2020-07-16 13:05:36 +00:00
# linter check
cardboardlinter --refspec master