1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-09 02:10:10 +08:00

Disable parallel when running testing

This commit is contained in:
Karlatemp 2022-06-07 10:40:13 +08:00
parent d0c1848c94
commit 75fea25e38
No known key found for this signature in database
GPG Key ID: BA173CA2B9956C59
2 changed files with 2 additions and 2 deletions
.github/workflows

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