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:
parent
d0c1848c94
commit
75fea25e38
.github/workflows
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
2
.github/workflows/snapshots.yml
vendored
2
.github/workflows/snapshots.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user