diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49d447687..64413acb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index 9bc78d4ff..c50253bd6 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -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