From cbdf9fedf606e5e7c8ba6df10ad0bc4c5691ef3d Mon Sep 17 00:00:00 2001 From: Dionysis Karatzas Date: Wed, 14 Aug 2024 11:17:18 +0300 Subject: [PATCH] [CHANGE] Run tests in parallel --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 979fefe8..900da3a7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,7 +37,7 @@ jobs: run: swift build - name: Tests - run: swift test + run: swift test --parallel test_linux: needs: [run_lint, test_macos] @@ -59,4 +59,4 @@ jobs: run: swift build - name: Tests - run: swift test + run: swift test --parallel