From b9940a1d68308e2520fcc351f89e3230d2ea783f Mon Sep 17 00:00:00 2001 From: Konstantinos Gaitanis Date: Fri, 13 Dec 2024 13:31:05 +0100 Subject: [PATCH] Update IcpKit-Tests.yml --- .github/workflows/IcpKit-Tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/IcpKit-Tests.yml b/.github/workflows/IcpKit-Tests.yml index 240cb53..a52a722 100644 --- a/.github/workflows/IcpKit-Tests.yml +++ b/.github/workflows/IcpKit-Tests.yml @@ -13,10 +13,8 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 - - name: Build - run: swift build -v - name: Run tests - run: swift test -v + run: swift test --enable-code-coverage --parallel - name: Upload coverage to codecov.io uses: codecov/codecov-action@v4.5.0 with: