Skip to content

Commit 61781e7

Browse files
mjs1995heehehe
authored andcommitted
feat: add step mysql-5-ctl
1 parent de228fc commit 61781e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Run test suite
4949
working-directory: pymysqlreplication/tests
5050
run: |
51-
dbms_versions=("mysql-5" "mysql-8")
51+
dbms_versions=("mysql-5" "mysql-5-ctl" "mysql-8")
5252
for version in "${dbms_versions[@]}"; do
5353
pytest -k "not test_no_trailing_rotate_event and not test_end_log_pos and not test_query_event_latin1" --dbms=$version
5454
done

0 commit comments

Comments
 (0)