From 75fea25e38a4bc21c63bb25bbdeaaec9bf6b98b4 Mon Sep 17 00:00:00 2001
From: Karlatemp <kar@kasukusakura.com>
Date: Tue, 7 Jun 2022 10:40:13 +0800
Subject: [PATCH] Disable parallel when running testing

---
 .github/workflows/release.yml   | 2 +-
 .github/workflows/snapshots.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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