Skip to content

Commit 76b5a3f

Browse files
mjs1995heehehe
authored andcommitted
feat: add dbms mariadb
1 parent 61781e7 commit 76b5a3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ jobs:
5454
done
5555
5656
- name: Run tests for MariaDB
57+
working-directory: pymysqlreplication/tests
5758
run: |
58-
pytest -m mariadb -k "not test_no_trailing_rotate_event and not test_end_log_pos and not test_query_event_latin1"
59+
pytest -m mariadb -k "not test_no_trailing_rotate_event and not test_end_log_pos and not test_query_event_latin1" --dbms=mariadb-10

0 commit comments

Comments
 (0)