run full test

This commit is contained in:
Ping Xiao 2020-09-11 22:22:53 +08:00
parent 8577b3e35f
commit fcd61b2896
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ matrix:
pip3 install --user ${TRAVIS_BUILD_DIR}/src/connector/python/linux/python3/
cd ${TRAVIS_BUILD_DIR}/tests
./test-all.sh smoke || travis_terminate $?
./test-all.sh full || travis_terminate $?
sleep 1
cd ${TRAVIS_BUILD_DIR}/tests/pytest