Disable parallel when running testing

This commit is contained in:
Karlatemp
2022-06-07 10:40:13 +08:00
parent d0c1848c94
commit 75fea25e38
2 changed files with 2 additions and 2 deletions

View File

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

View File

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