Skip to content

Commit

Permalink
feat(CI/CD):add mtr test parallel=10
Browse files Browse the repository at this point in the history
  • Loading branch information
zsp108 authored and konghaiya committed Mar 7, 2023
1 parent 42ab182 commit ff15033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
groupadd mysql && useradd -g mysql mysql
chown -R mysql:mysql /stonedb57 && chown -R mysql:mysql ./build
cd /stonedb57/install/mysql-test
./mysql-test-run.pl --suite=tianmu --nowarnings --force --nocheck-testcases --retry=0
./mysql-test-run.pl --suite=tianmu --nowarnings --force --nocheck-testcases --retry=0 --parallel=10
- name: create coverage.info
run: |
Expand Down

0 comments on commit ff15033

Please sign in to comment.