Skip to content

Commit

Permalink
Remove default charset from mysql options
Browse files Browse the repository at this point in the history
It is not the right way to specify it.
  • Loading branch information
amstilp committed Jul 30, 2024
1 parent 4c40b22 commit d4aea93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- 3306:3306
env:
MYSQL_ROOT_PASSWORD: root
options: --tmpfs /var/lib/mysql --default-character-set=utf8mb4
options: --tmpfs /var/lib/mysql

env:
PYTEST_ADDOPTS: "--maxfail=20" # Stop testing after too many failures.
Expand Down

0 comments on commit d4aea93

Please sign in to comment.