浏览代码

Disable parallel when running testing

Karlatemp 3 年之前
父节点
当前提交
75fea25e38
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/release.yml
  2. 1 1
      .github/workflows/snapshots.yml

+ 1 - 1
.github/workflows/release.yml

@@ -50,7 +50,7 @@ jobs:
 
 
       - name: Check
       - name: Check
         run: >
         run: >
-          ./gradlew check --scan
+          ./gradlew check --scan --no-parallel
           -Dmirai.network.show.all.components=true
           -Dmirai.network.show.all.components=true
           -Dkotlinx.coroutines.debug=on
           -Dkotlinx.coroutines.debug=on
           -Dmirai.network.show.packet.details=true
           -Dmirai.network.show.packet.details=true

+ 1 - 1
.github/workflows/snapshots.yml

@@ -39,7 +39,7 @@ jobs:
 
 
       - name: Check
       - name: Check
         run: >
         run: >
-          ./gradlew check --scan
+          ./gradlew check --scan --no-parallel
           -Dmirai.network.show.all.components=true
           -Dmirai.network.show.all.components=true
           -Dkotlinx.coroutines.debug=on
           -Dkotlinx.coroutines.debug=on
           -Dmirai.network.show.packet.details=true
           -Dmirai.network.show.packet.details=true