Remove utf8 test

This commit is contained in:
Lunny Xiao 2023-05-25 17:22:49 +08:00
parent 5fb2eaa43f
commit 68f9194eea
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 9 deletions

View File

@ -37,19 +37,11 @@ jobs:
with: with:
go-version: 1.20 go-version: 1.20
- uses: https://github.com/actions/checkout@v3 - uses: https://github.com/actions/checkout@v3
- name: test mysql
env:
TEST_MYSQL_HOST: mysql
TEST_MYSQL_CHARSET: utf8
TEST_MYSQL_DBNAME: xorm_test
TEST_MYSQL_USERNAME: root
TEST_MYSQL_PASSWORD:
run: TEST_CACHE_ENABLE=true make test-mysql
- name: test mysql utf8mb4 - name: test mysql utf8mb4
env: env:
TEST_MYSQL_HOST: mysql TEST_MYSQL_HOST: mysql
TEST_MYSQL_CHARSET: utf8mb4 TEST_MYSQL_CHARSET: utf8mb4
TEST_MYSQL_DBNAME: xorm_test_mb4 TEST_MYSQL_DBNAME: xorm_test
TEST_MYSQL_USERNAME: root TEST_MYSQL_USERNAME: root
TEST_MYSQL_PASSWORD: TEST_MYSQL_PASSWORD:
run: TEST_QUOTE_POLICY=reserved make test-mysql-tls run: TEST_QUOTE_POLICY=reserved make test-mysql-tls