From 1a15723cc0b27b40327885bdedd45087ead888fd Mon Sep 17 00:00:00 2001 From: shannon data ai Date: Wed, 29 May 2024 20:48:16 +0800 Subject: [PATCH] action(shannon): mtrs and git actions --- .github/workflows/pull-requests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yaml b/.github/workflows/pull-requests.yaml index 0858755bf..303298b99 100644 --- a/.github/workflows/pull-requests.yaml +++ b/.github/workflows/pull-requests.yaml @@ -103,4 +103,4 @@ jobs: sudo chown -R $USER:$USER /home/shannon-bin/ cd /home/shannon-bin/mysql-test/ sudo chmod -R u+rwx mysql-test-run.pl - ./mysql-test-run.pl --suite=main,innodb,secondary_engine --mysqld=--user=$USER --mysqld=--default-storage-engine=innodb --nowarnings --force --nocheck-testcases --retry=0 --parallel=10 \ No newline at end of file + ./mysql-test-run.pl --suite=main,innodb,binlog,binlog_gtid,binlog_nogtid,secondary_engine --mysqld=--user=$USER --mysqld=--default-storage-engine=innodb --nowarnings --force --nocheck-testcases --retry=0 --parallel=10 \ No newline at end of file