Skip to content

Commit f0da3bf

Browse files
committed
fix了common模块运行测试错误的情况
1 parent 90b327d commit f0da3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Run Unit Tests
5454
run: |
5555
echo "Running unit tests..."
56-
mvn test -pl rpc-core -am -Dtest="**/extension/*Test,**/serialization/*Test,**/loadbalancer/*Test,**/registry/*Test,**/config/*Test,**/protocol/*Test"
56+
mvn test -pl rpc-core
5757
5858
- name: Start RPC Provider (Java Server)
5959
run: |

0 commit comments

Comments
 (0)