mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-19 12:43:32 +08:00
Disable parallel when running testing
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user