Remove utf8 test
This commit is contained in:
parent
5fb2eaa43f
commit
68f9194eea
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue