From a7531f94ac8085a11546a25debc3b0ca0908bdbc Mon Sep 17 00:00:00 2001 From: Corey Date: Sun, 1 Sep 2024 15:49:27 -0700 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 648b9f360..7fd30dbb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: tag: 5.10-RELEASE - name: Build run: | - swift build -v + swift test --enable-test-discovery --enable-code-coverage -v - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: From 3405c66af9e2645a51b9423bcbaacd0bdc13e46c Mon Sep 17 00:00:00 2001 From: Corey Date: Sun, 1 Sep 2024 15:55:57 -0700 Subject: [PATCH 2/2] Update ci.yml --- .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 7fd30dbb9..f2d7e185b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,8 +141,8 @@ jobs: - uses: actions/checkout@v4 - uses: compnerd/gha-setup-swift@v0.2.3 with: - branch: swift-5.10-release - tag: 5.10-RELEASE + branch: swift-5.10.1-release + tag: 5.10.1-RELEASE - name: Build run: | swift test --enable-test-discovery --enable-code-coverage -v