Add test for mysql tls #2049

Merged
lunny merged 2 commits from lunny/mysql_ssl into master 2021-09-17 10:47:31 +00:00
Showing only changes of commit b938d65c26 - Show all commits

View File

@ -56,7 +56,6 @@ steps:
TEST_MYSQL_PASSWORD:
commands:
- TEST_CACHE_ENABLE=true make test-mysql
- make test-mysql-tls
- name: test-mysql-utf8mb4
image: golang:1.15
@ -74,7 +73,7 @@ steps:
TEST_MYSQL_PASSWORD:
commands:
- make test-mysql
- TEST_QUOTE_POLICY=reserved make test-mysql
- TEST_QUOTE_POLICY=reserved make test-mysql-tls
volumes:
- name: cache